[tor-commits] [orbot/master] update gitignore for gradle project

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Oct 13 19:38:50 UTC 2016


commit 6d0fdbba1040ecc4a78fddca2455cbcf43f90948
Author: Nathan Freitas <nathan at freitas.net>
Date:   Wed Jun 29 10:10:14 2016 -0400

    update gitignore for gradle project
---
 .gitignore | 57 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 45 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0098ce3..c9ea2c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,47 @@
+# auto-generated files from Android builds
+build.xml
+ant.properties
+default.properties
+proguard.cfg
+proguard-project.txt
+#
+releases
+docs
+doc
+.directory
+
+#built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# subdirs for generated files
+bin/
+gen/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Windows thumbnail db
+Thumbs.db
+
+# OSX files
+.DS_Store
+
+# Android Studio
+*.iml
+.idea/
+.gradle/
+build/
+
+#tfx
+.transifexrc
+
 /external/appcompat/bin/
 /external/appcompat/gen/
 /external/bin/
@@ -14,17 +58,6 @@ native
 libs/jtorctl.jar
 local.properties
 builds
-/patches/*
+external/patches/*
 obj
-releases
-.transifexrc
-
-# native build products
-*.so
-pdnsd
-*.mp3
 
-# ant build products
-build.xml
-proguard-project.txt
-ant.properties
\ No newline at end of file





More information about the tor-commits mailing list