From: Kevin Zhang Date: Thu, 31 Dec 2015 03:54:14 +0000 (-0800) Subject: Add gitignore X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=2c437ce5bdf829aa40852aa62c600283367e3286 Add gitignore --- 2c437ce5bdf829aa40852aa62c600283367e3286 diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d4207d7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# -*- mode: gitignore; -*- +*~ +\#*\# +.\#* +*.pydevproject +.metadata +.gradle +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath + + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# PDT-specific +.buildpath + +# sbteclipse plugin +.target + +# TeXlipse plugin +.texlipse + +# custom stuff that seems unnecessary +build/ +dist/ +sysProps.xml +build.xml +build.properties \ No newline at end of file