summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-18 12:17:28 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-18 12:17:28 -0400
commitaa58320a1bc0f90387a936ad2d61a7fa1e6ac92b (patch)
tree3b4c4dbdb1a0fd37a5430dd2a2a321f6db9d9a88 /conf
parent8719c1b8c50cc68d734053d26d7b819e92783025 (diff)
downloadgitea-aa58320a1bc0f90387a936ad2d61a7fa1e6ac92b.tar.gz
gitea-aa58320a1bc0f90387a936ad2d61a7fa1e6ac92b.zip
Add 2 more gitignore
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
-rw-r--r--conf/gitignore/Java12
-rw-r--r--conf/gitignore/Objective-C7
3 files changed, 20 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 38b556506f..d805f822d6 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -8,7 +8,7 @@ RUN_MODE = dev
[repository]
ROOT =
-LANG_IGNS = Google Go|C|C++|Python|Ruby|C Sharp
+LANG_IGNS = Google Go|C|C++|Python|Ruby|C Sharp|Java|Objective-C
LICENSES = Apache v2 License|GPL v2|MIT License|Affero GPL|Artistic License 2.0|BSD (3-Clause) License
[server]
diff --git a/conf/gitignore/Java b/conf/gitignore/Java
new file mode 100644
index 0000000000..b7d7dc6d4e
--- /dev/null
+++ b/conf/gitignore/Java
@@ -0,0 +1,12 @@
+*.class
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid* \ No newline at end of file
diff --git a/conf/gitignore/Objective-C b/conf/gitignore/Objective-C
new file mode 100644
index 0000000000..ce88458636
--- /dev/null
+++ b/conf/gitignore/Objective-C
@@ -0,0 +1,7 @@
+# CocoaPods
+#
+# We recommend against adding the Pods directory to your .gitignore. However
+# you should judge for yourself, the pros and cons are mentioned at:
+# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
+#
+# Pods/ \ No newline at end of file