From 73ef4ad951ad9063f0aaf240827c9d6e5ea24613 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 13 Apr 2014 13:11:35 +0200 Subject: Init repo --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b65ad3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,48 @@ +# Directories # +/build/ +/bin/ +target/ + +# OS Files # +.DS_Store + +*.class + +###################### +# Eclipse +###################### + +*.pydevproject +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath +/src/main/resources/rebel.xml +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + +###################### +# TeXlipse +###################### + +report/out/** +report/tmp/** + + -- cgit v1.2.3