.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. # duma specific
  2. duma_config.h
  3. verinfo.h
  4. build
  5. build_gcc*
  6. ### C ###
  7. # Prerequisites
  8. *.d
  9. # Object files
  10. *.o
  11. *.ko
  12. *.obj
  13. *.elf
  14. # Linker output
  15. *.ilk
  16. *.map
  17. *.exp
  18. # Precompiled Headers
  19. *.gch
  20. *.pch
  21. # Libraries
  22. *.lib
  23. *.a
  24. *.la
  25. *.lo
  26. # Shared objects (inc. Windows DLLs)
  27. *.dll
  28. *.so
  29. *.so.*
  30. *.dylib
  31. # Executables
  32. *.exe
  33. *.out
  34. *.app
  35. *.i*86
  36. *.x86_64
  37. *.hex
  38. # Debug files
  39. *.dSYM/
  40. *.su
  41. *.idb
  42. *.pdb
  43. # Kernel Module Compile Results
  44. *.mod*
  45. *.cmd
  46. .tmp_versions/
  47. modules.order
  48. Module.symvers
  49. Mkfile.old
  50. dkms.conf
  51. ### C++ ###
  52. # Prerequisites
  53. # Compiled Object files
  54. *.slo
  55. # Precompiled Headers
  56. # Compiled Dynamic libraries
  57. # Fortran module files
  58. *.mod
  59. *.smod
  60. # Compiled Static libraries
  61. *.lai
  62. # Executables
  63. ### CVS ###
  64. /CVS/*
  65. **/CVS/*
  66. .cvsignore
  67. */.cvsignore
  68. *,v
  69. ### Git ###
  70. # Created by git for backups. To disable backups in Git:
  71. # $ git config --global mergetool.keepBackup false
  72. *.orig
  73. # Created by git when using merge tools for conflicts
  74. *.BACKUP.*
  75. *.BASE.*
  76. *.LOCAL.*
  77. *.REMOTE.*
  78. *_BACKUP_*.txt
  79. *_BASE_*.txt
  80. *_LOCAL_*.txt
  81. *_REMOTE_*.txt
  82. ### Linux ###
  83. *~
  84. # temporary files which can be created if a process still has a handle open of a deleted file
  85. .fuse_hidden*
  86. # KDE directory preferences
  87. .directory
  88. # Linux trash folder which might appear on any partition or disk
  89. .Trash-*
  90. # .nfs files are created when an open file is removed but is still being accessed
  91. .nfs*
  92. ### macOS ###
  93. # General
  94. .DS_Store
  95. .AppleDouble
  96. .LSOverride
  97. # Icon must end with two \r
  98. Icon
  99. # Thumbnails
  100. ._*
  101. # Files that might appear in the root of a volume
  102. .DocumentRevisions-V100
  103. .fseventsd
  104. .Spotlight-V100
  105. .TemporaryItems
  106. .Trashes
  107. .VolumeIcon.icns
  108. .com.apple.timemachine.donotpresent
  109. # Directories potentially created on remote AFP share
  110. .AppleDB
  111. .AppleDesktop
  112. Network Trash Folder
  113. Temporary Items
  114. .apdisk
  115. ### Vim ###
  116. [._]*.s[a-v][a-z]
  117. !*.svg # comment out if you don't need vector files
  118. [._]*.sw[a-p]
  119. [._]s[a-rt-v][a-z]
  120. [._]ss[a-gi-z]
  121. [._]sw[a-p]
  122. # Session
  123. Session.vim
  124. Sessionx.vim
  125. # Temporary
  126. .netrwhist
  127. # Auto-generated tag files
  128. tags
  129. # Persistent undo
  130. [._]*.un~
  131. ### VisualStudioCode ###
  132. .vscode/*
  133. !.vscode/settings.json
  134. !.vscode/tasks.json
  135. !.vscode/launch.json
  136. !.vscode/extensions.json
  137. *.code-workspace
  138. .history
  139. # The following have been imported from .cvsignore
  140. *.ncb
  141. *.opt
  142. *.plg
  143. # Ignore .rej from patch
  144. *.rej
  145. # No longer ignoring the following (2020-08-25)
  146. #createconf
  147. #eftest
  148. #tstheap