123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- # ---> Actionscript
- # Build and Release Folders
- bin/
- bin-debug/
- bin-release/
- [Oo]bj/ # FlashDevelop obj
- [Bb]in/ # FlashDevelop bin
-
- # Other files and folders
- .settings/
-
- # Executables
- *.swf
- *.air
- *.ipa
- *.apk
-
- # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
- # should NOT be excluded as they contain compiler settings and other important
- # information for Eclipse / Flash Builder.
-
- # ---> Ada
- # Object file
- *.o
-
- # Ada Library Information
- *.ali
-
- # ---> Agda
- *.agdai
-
- # ---> Android
- # Built application files
- *.apk
- *.ap_
-
- # Files for the ART/Dalvik VM
- *.dex
-
- # Java class files
- *.class
-
- # Generated files
- bin/
- gen/
- out/
-
- # Gradle files
- .gradle/
- build/
-
- # Local configuration file (sdk path, etc)
- local.properties
-
- # Proguard folder generated by Eclipse
- proguard/
-
- # Log Files
- *.log
-
- # Android Studio Navigation editor temp files
- .navigation/
-
- # Android Studio captures folder
- captures/
-
- # Intellij
- *.iml
- .idea/workspace.xml
- .idea/tasks.xml
- .idea/gradle.xml
- .idea/dictionaries
- .idea/libraries
-
- # Keystore files
- *.jks
-
- # External native build folder generated in Android Studio 2.2 and later
- .externalNativeBuild
-
- # Google Services (e.g. APIs or Firebase)
- google-services.json
-
- # Freeline
- freeline.py
- freeline/
- freeline_project_description.json
-
- # ---> Ansible
- *.retry
-
- # ---> Anjuta
- # Local configuration folder and symbol database
- /.anjuta/
- /.anjuta_sym_db.db
-
- # ---> ArchLinuxPackages
- *.tar
- *.tar.*
- *.jar
- *.exe
- *.msi
- *.zip
- *.tgz
- *.log
- *.log.*
- *.sig
-
- pkg/
- src/
-
- # ---> Archives
- # It's better to unpack these files and commit the raw source because
- # git has its own built in compression methods.
- *.7z
- *.jar
- *.rar
- *.zip
- *.gz
- *.bzip
- *.bz2
- *.xz
- *.lzma
- *.cab
-
- #packing-only formats
- *.iso
- *.tar
-
- #package management formats
- *.dmg
- *.xpi
- *.gem
- *.egg
- *.deb
- *.rpm
- *.msi
- *.msm
- *.msp
-
- # ---> Autotools
- # http://www.gnu.org/software/automake
-
- Makefile.in
- /ar-lib
- /mdate-sh
- /py-compile
- /test-driver
- /ylwrap
-
- # http://www.gnu.org/software/autoconf
-
- /autom4te.cache
- /autoscan.log
- /autoscan-*.log
- /aclocal.m4
- /compile
- /config.guess
- /config.h.in
- /config.sub
- /configure
- /configure.scan
- /depcomp
- /install-sh
- /missing
- /stamp-h1
-
- # https://www.gnu.org/software/libtool/
-
- /ltmain.sh
-
- # http://www.gnu.org/software/texinfo
-
- /texinfo.tex
-
- # ---> BricxCC
- # Bricx Command Center IDE
- # http://bricxcc.sourceforge.net
- *.bak
- *.sym
-
- # ---> Bazaar
- .bzr/
- .bzrignore
-
|