diff options
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f3c186eb..c5602e04 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,9 @@ # Emacs files *~ # Compiled python files -*\.pyc \ No newline at end of file +*\.pyc +# Generated files +*.egg* +**.dot +**.so +VERSION \ No newline at end of file |