From 2c437ce5bdf829aa40852aa62c600283367e3286 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Wed, 30 Dec 2015 19:54:14 -0800 Subject: [PATCH] Add gitignore --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore 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 -- 2.30.2