From a24726323416d826405cdde931446839eaf3af74 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 3 Oct 2011 21:44:16 +0200 Subject: Extend the .gitignore file --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82b986ce..b58b992f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ -*.pyc +*.py[co] *.log *.swp +/build +/dist +/MANIFEST +.gdb_history -- cgit v1.2.3