|
@@ -0,0 +1,137 @@
|
|
|
+# ---> Ada
|
|
|
+# Object file
|
|
|
+*.o
|
|
|
+
|
|
|
+# Ada Library Information
|
|
|
+*.ali
|
|
|
+
|
|
|
+# ---> Agda
|
|
|
+*.agdai
|
|
|
+
|
|
|
+# ---> Android
|
|
|
+# Built application files
|
|
|
+*.apk
|
|
|
+*.ap_
|
|
|
+
|
|
|
+# Files for the Dalvik VM
|
|
|
+*.dex
|
|
|
+
|
|
|
+# Java class files
|
|
|
+*.class
|
|
|
+
|
|
|
+# Generated files
|
|
|
+bin/
|
|
|
+gen/
|
|
|
+
|
|
|
+# 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/
|
|
|
+
|
|
|
+# ---> Actionscript
|
|
|
+# Build and Release Folders
|
|
|
+bin/
|
|
|
+bin-debug/
|
|
|
+bin-release/
|
|
|
+
|
|
|
+# Other files and folders
|
|
|
+.settings/
|
|
|
+
|
|
|
+# 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.
|
|
|
+
|
|
|
+# ---> Anjuta
|
|
|
+# Local configuration folder and symbol database
|
|
|
+/.anjuta/
|
|
|
+/.anjuta_sym_db.db
|
|
|
+
|
|
|
+# ---> AppceleratorTitanium
|
|
|
+# Build folder and log file
|
|
|
+build/
|
|
|
+build.log
|
|
|
+
|
|
|
+# ---> AppEngine
|
|
|
+# Google App Engine generated folder
|
|
|
+appengine-generated/
|
|
|
+
|
|
|
+# ---> 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
|
|
|
+
|
|
|
+# http://www.gnu.org/software/autoconf
|
|
|
+
|
|
|
+/autom4te.cache
|
|
|
+/aclocal.m4
|
|
|
+/compile
|
|
|
+/configure
|
|
|
+/depcomp
|
|
|
+/install-sh
|
|
|
+/missing
|
|
|
+/stamp-h1
|
|
|
+
|
|
|
+# ---> BricxCC
|
|
|
+# Bricx Command Center IDE
|
|
|
+# http://bricxcc.sourceforge.net
|
|
|
+*.bak
|
|
|
+*.sym
|
|
|
+
|