Archived
1
0

Added an gitignore file

This commit is contained in:
Jip J. Dekker 2014-03-08 22:07:50 +01:00
parent aba39dd7a2
commit 3a307a85df

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
#EDITOR AND IDE SPECIFIC SETTINGFILES
.idea
#THINGS WE WOULD NEVER EVER WANT!
#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
*.dll
*.lib
*.sbr