.gitignore 444 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #ignore thumbnails created by windows
  2. Thumbs.db
  3. #Ignore files built by Visual Studio
  4. *.obj
  5. *.exe
  6. *.pdb
  7. *.user
  8. *.aps
  9. *.pch
  10. *.vspscc
  11. *_i.c
  12. *_p.c
  13. *.ncb
  14. *.suo
  15. *.tlb
  16. *.tlh
  17. *.bak
  18. *.cache
  19. *.ilk
  20. *.log
  21. [Bb]in
  22. [Dd]ebug*/
  23. *.lib
  24. *.sbr
  25. obj/
  26. [Rr]elease*/
  27. _ReSharper*/
  28. [Tt]est[Rr]esult*
  29. Binary
  30. Source/Core/Common/Src/scmrev.h
  31. *.opensdf
  32. *.sdf
  33. [Bb]uild
  34. *.ipch
  35. .sconsign.dblite
  36. Externals/scons-local/*
  37. .DS_Store
  38. *~
  39. #Ignore transifix configuration directory
  40. .tx