mirror of https://github.com/citusdata/citus.git
Ignore temporary output files
parent
248c6cb91a
commit
3a3171cd04
|
@ -44,3 +44,10 @@ lib*.pc
|
||||||
|
|
||||||
# vscode
|
# vscode
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
|
||||||
|
# output from diff normalization that shouldn't be commited
|
||||||
|
*.unmodified
|
||||||
|
*.modified
|
||||||
|
|
||||||
|
# style related temporary outputs
|
||||||
|
*.uncrustify
|
||||||
|
|
|
@ -24,7 +24,3 @@
|
||||||
|
|
||||||
# python
|
# python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# output from diff normalization that shouldn't be commited
|
|
||||||
*.unmodified
|
|
||||||
*.modified
|
|
||||||
|
|
Loading…
Reference in New Issue