From 670ee03fa69314b3018691b80d18d18c89f70d0c Mon Sep 17 00:00:00 2001 From: Keck Jean-Baptiste <jean-baptiste.keck@imag.fr> Date: Sun, 29 Jan 2017 02:35:19 +0100 Subject: [PATCH] gitignore --- .gitignore | 1 + hysop/.gitignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 hysop/.gitignore diff --git a/.gitignore b/.gitignore index 6a8d6aac7..f7774ec31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc +hysop.egg-info/ hysop/__init__.py hysop/constant.py diff --git a/hysop/.gitignore b/hysop/.gitignore new file mode 100644 index 000000000..d3fde0e05 --- /dev/null +++ b/hysop/.gitignore @@ -0,0 +1,2 @@ +__init__.py +constants.py -- GitLab