about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f3c186eb..6fc6b959 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,9 @@
 # Emacs files
 *~
 # Compiled python files
-*\.pyc
\ No newline at end of file
+*.py[cod]
+# Generated files
+*.egg*
+**.dot
+**.so
+VERSION
\ No newline at end of file