You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 8 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Autotools cruft
  2. *.o
  3. *.lo
  4. *.a
  5. *.la
  6. *.exe
  7. *.so
  8. *.elf
  9. *.self
  10. *.nexe
  11. *.userprefs
  12. *.usertasks
  13. *.pidb
  14. .auto
  15. .libs
  16. .deps
  17. .dirstamp
  18. .*.androiddir
  19. .*.androidstamp
  20. Makefile
  21. Makefile.in
  22. aclocal.m4
  23. autom4te.cache
  24. config.h.in
  25. config.h
  26. config.log
  27. config.status
  28. configure
  29. libtool
  30. stamp-*
  31. *-stamp
  32. test-suite.log
  33. # Personal stuff
  34. patch-*.diff
  35. # Debugging cruft
  36. core
  37. !core/
  38. core.*
  39. vgcore.*
  40. callgrind.out.*
  41. perf.data*
  42. *.gcda
  43. *.gcno
  44. # Editor cruft
  45. .*.swp
  46. *~
  47. .ycm_extra_conf.pyc
  48. # Visual Studio cruft
  49. *.vcxproj.user
  50. *.csproj.user
  51. binaries/*Debug
  52. binaries/*Release
  53. build/.vs
  54. build/*.VC.VC.opendb
  55. build/*.VC.db
  56. build/*.sdf
  57. build/*.suo
  58. build/*.opensdf
  59. build/visualstudio/ipch
  60. build/visualstudio/*.log
  61. build/visualstudio/*.XGD
  62. # ReSharper cruft
  63. _ReSharper.*