From aa58320a1bc0f90387a936ad2d61a7fa1e6ac92b Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 18 Apr 2014 12:17:28 -0400 Subject: Add 2 more gitignore --- conf/gitignore/Java | 12 ++++++++++++ conf/gitignore/Objective-C | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 conf/gitignore/Java create mode 100644 conf/gitignore/Objective-C (limited to 'conf/gitignore') 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 -- cgit v1.2.3