mirror of https://github.com/citusdata/citus.git
Ignore .modified and .unmodified files in git
parent
7630029a7f
commit
a1ff2117bf
|
@ -22,3 +22,7 @@
|
||||||
|
|
||||||
# python
|
# python
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# output from diff normalization that shouldn't be commited
|
||||||
|
*.unmodified
|
||||||
|
*.modified
|
||||||
|
|
Loading…
Reference in New Issue