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.

275 lines
3.8 KiB

11 months ago
  1. # ---> Agda
  2. *.agdai
  3. MAlonzo/**
  4. # ---> Android
  5. # Built application files
  6. *.apk
  7. *.aar
  8. *.ap_
  9. *.aab
  10. # Files for the ART/Dalvik VM
  11. *.dex
  12. # Java class files
  13. *.class
  14. # Generated files
  15. bin/
  16. gen/
  17. out/
  18. # Uncomment the following line in case you need and you don't have the release build type files in your app
  19. # release/
  20. # Gradle files
  21. .gradle/
  22. build/
  23. # Local configuration file (sdk path, etc)
  24. local.properties
  25. # Proguard folder generated by Eclipse
  26. proguard/
  27. # Log Files
  28. *.log
  29. # Android Studio Navigation editor temp files
  30. .navigation/
  31. # Android Studio captures folder
  32. captures/
  33. # IntelliJ
  34. *.iml
  35. .idea/workspace.xml
  36. .idea/tasks.xml
  37. .idea/gradle.xml
  38. .idea/assetWizardSettings.xml
  39. .idea/dictionaries
  40. .idea/libraries
  41. # Android Studio 3 in .gitignore file.
  42. .idea/caches
  43. .idea/modules.xml
  44. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  45. .idea/navEditor.xml
  46. # Keystore files
  47. # Uncomment the following lines if you do not want to check your keystore files in.
  48. #*.jks
  49. #*.keystore
  50. # External native build folder generated in Android Studio 2.2 and later
  51. .externalNativeBuild
  52. .cxx/
  53. # Google Services (e.g. APIs or Firebase)
  54. # google-services.json
  55. # Freeline
  56. freeline.py
  57. freeline/
  58. freeline_project_description.json
  59. # fastlane
  60. fastlane/report.xml
  61. fastlane/Preview.html
  62. fastlane/screenshots
  63. fastlane/test_output
  64. fastlane/readme.md
  65. # Version control
  66. vcs.xml
  67. # lint
  68. lint/intermediates/
  69. lint/generated/
  70. lint/outputs/
  71. lint/tmp/
  72. # lint/reports/
  73. # Android Profiling
  74. *.hprof
  75. # ---> Anjuta
  76. # Local configuration folder and symbol database
  77. /.anjuta/
  78. /.anjuta_sym_db.db
  79. # ---> Ansible
  80. *.retry
  81. # ---> AppEngine
  82. # Google App Engine generated folder
  83. appengine-generated/
  84. # ---> AppceleratorTitanium
  85. # Build folder and log file
  86. build/
  87. build.log
  88. # ---> Ada
  89. # Object file
  90. *.o
  91. # Ada Library Information
  92. *.ali
  93. # ---> AtmelStudio
  94. ## Ignore Atmel Studio temporary files and build results
  95. # https://www.microchip.com/mplab/avr-support/atmel-studio-7
  96. # Atmel Studio is powered by an older version of Visual Studio,
  97. # so most of the project and solution files are the same as VS files,
  98. # only prefixed by an `at`.
  99. #Build Directories
  100. [Dd]ebug/
  101. [Rr]elease/
  102. #Build Results
  103. *.o
  104. *.d
  105. *.eep
  106. *.elf
  107. *.hex
  108. *.map
  109. *.srec
  110. #User Specific Files
  111. *.atsuo
  112. # ---> Archives
  113. # It's better to unpack these files and commit the raw source because
  114. # git has its own built in compression methods.
  115. *.7z
  116. *.jar
  117. *.rar
  118. *.zip
  119. *.gz
  120. *.gzip
  121. *.tgz
  122. *.bzip
  123. *.bzip2
  124. *.bz2
  125. *.xz
  126. *.lzma
  127. *.cab
  128. *.xar
  129. # Packing-only formats
  130. *.iso
  131. *.tar
  132. # Package management formats
  133. *.dmg
  134. *.xpi
  135. *.gem
  136. *.egg
  137. *.deb
  138. *.rpm
  139. *.msi
  140. *.msm
  141. *.msp
  142. *.txz
  143. # ---> Autotools
  144. # http://www.gnu.org/software/automake
  145. Makefile.in
  146. /ar-lib
  147. /mdate-sh
  148. /py-compile
  149. /test-driver
  150. /ylwrap
  151. .deps/
  152. .dirstamp
  153. # http://www.gnu.org/software/autoconf
  154. autom4te.cache
  155. /autoscan.log
  156. /autoscan-*.log
  157. /aclocal.m4
  158. /compile
  159. /config.guess
  160. /config.h.in
  161. /config.log
  162. /config.status
  163. /config.sub
  164. /configure
  165. /configure.scan
  166. /depcomp
  167. /install-sh
  168. /missing
  169. /stamp-h1
  170. # https://www.gnu.org/software/libtool/
  171. /ltmain.sh
  172. # http://www.gnu.org/software/texinfo
  173. /texinfo.tex
  174. # http://www.gnu.org/software/m4/
  175. m4/libtool.m4
  176. m4/ltoptions.m4
  177. m4/ltsugar.m4
  178. m4/ltversion.m4
  179. m4/lt~obsolete.m4
  180. # Generated Makefile
  181. # (meta build system like autotools,
  182. # can automatically generate from config.status script
  183. # (which is called by configure script))
  184. Makefile
  185. # ---> Backup
  186. *.bak
  187. *.gho
  188. *.ori
  189. *.orig
  190. *.tmp
  191. # ---> ArchLinuxPackages
  192. *.tar
  193. *.tar.*
  194. *.jar
  195. *.exe
  196. *.msi
  197. *.zip
  198. *.tgz
  199. *.log
  200. *.log.*
  201. *.sig
  202. pkg/
  203. src/
  204. # ---> Bazaar
  205. .bzr/
  206. .bzrignore
  207. # ---> Actionscript
  208. # Build and Release Folders
  209. bin-debug/
  210. bin-release/
  211. [Oo]bj/
  212. [Bb]in/
  213. # Other files and folders
  214. .settings/
  215. # Executables
  216. *.swf
  217. *.air
  218. *.ipa
  219. *.apk
  220. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  221. # should NOT be excluded as they contain compiler settings and other important
  222. # information for Eclipse / Flash Builder.