.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # GIT Ignore
  2. # Mac OS X
  3. # ----------------------------------------------
  4. .DS_Store
  5. .AppleDouble
  6. .LSOverride
  7. # Icon must end with two \r
  8. Icon
  9. # Thumbnails
  10. ._*
  11. # Files that might appear on external disk
  12. .Spotlight-V100
  13. .Trashes
  14. # Directories potentially created on remote AFP share
  15. .AppleDB
  16. .AppleDesktop
  17. Network Trash Folder
  18. Temporary Items
  19. .apdisk
  20. # Linux
  21. # ----------------------------------------------
  22. *~
  23. # KDE directory preferences
  24. .directory
  25. # Windows
  26. # ----------------------------------------------
  27. # Windows image file caches
  28. Thumbs.db
  29. ehthumbs.db
  30. # Folder config file
  31. Desktop.ini
  32. # Recycle Bin used on file shares
  33. $RECYCLE.BIN/
  34. # Windows Installer files
  35. *.cab
  36. *.msi
  37. *.msm
  38. *.msp
  39. # Windows shortcuts
  40. *.lnk
  41. # C/C++
  42. # ----------------------------------------------
  43. # Object files
  44. *.elf
  45. *.o
  46. *.ko
  47. *.lo
  48. *.obj
  49. *.slo
  50. # Precompiled Headers
  51. *.gch
  52. *.pch
  53. # Libraries
  54. *.a
  55. *.la
  56. *.lai
  57. *.lib
  58. *.lo
  59. # Shared objects (inc. Windows DLLs)
  60. *.dll
  61. *.so
  62. *.so.*
  63. *.dylib
  64. # Executables
  65. *.exe
  66. *.out
  67. *.app
  68. *.i*86
  69. *.x86_64
  70. *.hex
  71. # Circle
  72. # ----------------------------------------------
  73. *.img
  74. *.lst
  75. *.map
  76. Config.mk
  77. # Directories
  78. # ----------------------------------------------
  79. doc/html/
  80. test/
  81. tmp/