From 226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0 Mon Sep 17 00:00:00 2001 From: gburri Date: Thu, 25 Sep 2014 21:03:51 +0200 Subject: [PATCH] Ajout du gitignore. --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a282dac --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +*.pydevproject +.metadata +.gradle +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +# External tool builders +.externalToolBuilders/ +# Locally stored "Eclipse launch configurations" +*.launch +# CDT-specific +.cproject +# PDT-specific +.buildpath +# sbteclipse plugin +.target +# TeXlipse plugin +.texlipse + -- 2.43.0