.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. dice
  2. # Prerequisites
  3. *.d
  4. # Object files
  5. *.o
  6. *.ko
  7. *.obj
  8. *.elf
  9. # Linker output
  10. *.ilk
  11. *.map
  12. *.exp
  13. # Precompiled Headers
  14. *.gch
  15. *.pch
  16. # Libraries
  17. *.lib
  18. *.a
  19. *.la
  20. *.lo
  21. # Shared objects (inc. Windows DLLs)
  22. *.dll
  23. *.so
  24. *.so.*
  25. *.dylib
  26. # Executables
  27. *.exe
  28. *.out
  29. *.app
  30. *.i*86
  31. *.x86_64
  32. *.hex
  33. # Debug files
  34. *.dSYM/
  35. *.su
  36. *.idb
  37. *.pdb
  38. # Kernel Module Compile Results
  39. *.mod*
  40. *.cmd
  41. modules.order
  42. Module.symvers
  43. Mkfile.old
  44. dkms.conf
  45. # http://www.gnu.org/software/automake
  46. Makefile.in
  47. /ar-lib
  48. /mdate-sh
  49. /py-compile
  50. /test-driver
  51. /ylwrap
  52. # http://www.gnu.org/software/autoconf
  53. autom4te.cache
  54. /autoscan.log
  55. /autoscan-*.log
  56. /aclocal.m4
  57. /compile
  58. /config.guess
  59. /config.h.in
  60. /config.log
  61. /config.status
  62. /config.sub
  63. /configure
  64. /configure.scan
  65. /depcomp
  66. /install-sh
  67. /missing
  68. /stamp-h1
  69. # https://www.gnu.org/software/libtool/
  70. /ltmain.sh
  71. # http://www.gnu.org/software/texinfo
  72. /texinfo.tex
  73. # http://www.gnu.org/software/m4/
  74. m4/libtool.m4
  75. m4/ltoptions.m4
  76. m4/ltsugar.m4
  77. m4/ltversion.m4
  78. m4/lt~obsolete.m4
  79. # valgrind side-effects
  80. /vgcore*
  81. .deps/
  82. Makefile
  83. config.h
  84. *.tar.gz