Ignore .modified and .unmodified files in git

pull/3336/head
Jelte Fennema 2020-01-03 11:38:12 +01:00
parent 7630029a7f
commit a1ff2117bf
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@
# python # python
*.pyc *.pyc
# output from diff normalization that shouldn't be commited
*.unmodified
*.modified