123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ignore thumbnails created by windows
- Thumbs.db
- #Ignore files built 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*
- Binary
- Source/Core/Common/Src/scmrev.h
- *.opensdf
- *.sdf
- [Bb]uild
- *.ipch
- .sconsign.dblite
- Externals/scons-local/*
- .DS_Store
- *~
- #Ignore transifix configuration directory
- .tx
|