/.gitignore
http://github.com/teamaton/toolbelt · gitignore · 29 lines · 26 code · 1 blank · 2 comment · 0 complexity · 7e5ad8550a2088f6c62d944416821da0 MD5 · raw file
- #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*