.gitignore 708 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. #
  2. # cache files
  3. #
  4. *~
  5. *.swp
  6. *.gc??
  7. #
  8. # gnu global files
  9. #
  10. GPATH
  11. GRTAGS
  12. GSYMS
  13. GTAGS
  14. ID
  15. #
  16. # GNU Autotools
  17. #
  18. aclocal.m4
  19. autom4te.cache
  20. config.h
  21. config.h.in
  22. config.h-new
  23. config.log
  24. config.status
  25. config.guess
  26. config.sub
  27. config.rpath
  28. configure
  29. libtool
  30. stamp-h
  31. stamp-h.in
  32. stamp-h1
  33. ltmain.sh
  34. missing
  35. mkinstalldirs
  36. compile
  37. install-sh
  38. depcomp
  39. autoregen.sh
  40. ABOUT-NLS
  41. /INSTALL
  42. _stdint.h
  43. .dirstamp
  44. /m4
  45. .deps
  46. .libs
  47. *.lo
  48. *.la
  49. *.o
  50. Makefile.in
  51. Makefile
  52. /m4
  53. tmp-orc.c
  54. *orc.h
  55. #
  56. # VS
  57. #
  58. Build
  59. *.user
  60. *.suo
  61. *.ipch
  62. *.sdf
  63. *.opensdf
  64. *.DS_Store
  65. /test-driver
  66. *.log
  67. *.trs
  68. /subprojects
  69. #
  70. # Building cache
  71. #
  72. /build
  73. /mpp/version.h
  74. #
  75. # Debian
  76. #
  77. /obj-arm-linux-gnueabihf/
  78. /obj-aarch64-linux-gnu/
  79. #
  80. # VSCode
  81. #
  82. .vscode/
  83. .code-workspace