From 7556388af8b37bc7860f6b39e19d47604b41f4ea Mon Sep 17 00:00:00 2001 From: Graeme Stewart <graemes.cern@gmail.com> Date: Tue, 14 Feb 2017 10:03:24 +0100 Subject: [PATCH] Add a sensible .gitignore to avoid junk commits --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..4ecc3356a1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore the most common extra files that can +# be produced while developing +*~ +*.sw? +#* +.DS_Store +.pydevproject +.project +*.pyc +.asetup* -- GitLab