ignore all build directories and delete errant .gitignore.bak

This commit is contained in:
Joshua M. Doe 2020-11-09 16:49:19 -05:00
parent 4910bea34c
commit 12ff8d2c9e
2 changed files with 1 additions and 35 deletions

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
#ignore thumbnails created by windows
Thumbs.db
#ignore build folder
[Bb]uild
[Bb]uild*/
#Ignore files build by Visual Studio
*.obj
*.exe

View File

@ -1,34 +0,0 @@
#ignore backup copies
*~
*.swp
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
*.sdf
*.opensdf
ipch/