JANITORIAL: add *.o.tmp to .gitignore

Such files are created during compilation, and should not appear in the
output of `git status` nor should `git add` add them.
This commit is contained in:
Max Horn 2021-08-04 08:48:06 +02:00 committed by Eugene Sandulenko
parent 5333bdfa5c
commit a9efa7d2da

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
.*.swp
.*.swo
*.o
*.o.tmp
*.dwo
scummvm.dwp
lib*.a