|
@@ -0,0 +1,62 @@
|
|
|
+# ---> 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
|
|
|
+
|