Add *.rej and *.orig to gitignore (failed patches create these files)

This commit is contained in:
Oliver Smith 2017-06-06 16:29:22 +02:00
parent eac1b69f0e
commit a537dbb3ac
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# Failed patches
*.rej
*.orig
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]