From 404fb4c1e8597253fbab13c4cd84271e34ae4a1a Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Thu, 9 Jul 2015 12:45:35 +0200 Subject: [PATCH] ENH: setup ignored patterns for git --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..7e84294737 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +syntax: glob +*~ +.*.swp +*.orig +*.pyc +.\#* +\#*\# +tags +*vim* +*.template -- GitLab