From 6204899ae9a599df24c5d485942268d04c71debc Mon Sep 17 00:00:00 2001 From: Markus Mirz <mmirz@eonerc.rwth-aachen.de> Date: Wed, 26 Sep 2018 01:02:51 +0200 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cda7e3a..66072d1 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,6 @@ dymosim* __pycache__ # ignore jupyter notebook files -.ipynb_checkpoints \ No newline at end of file +.ipynb_checkpoints + +.eggs \ No newline at end of file -- GitLab