Add *.orig to .gitignore.

This commit is contained in:
Alexander Arlt 2023-05-11 09:14:16 -05:00
parent 0a0c389541
commit 33bb833949

3
.gitignore vendored
View File

@ -27,6 +27,9 @@ __pycache__
*.a
*.lib
# ignore git mergetool backup files
*.orig
# Executables
*.exe
*.out