gitignore: update to ignore obj files

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-05-15 12:47:25 +02:00 committed by Kojin
parent 8cd2da61c5
commit 763533060a
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ svnrev.h
/build_dev
/build_dbg
/obj-*
*.obj
.DS_Store
Thumbs.db