diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-08-27 18:28:44 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-08-27 18:28:44 +0200 |
commit | 218bdd734d6b61fd7343d88b8d983da337821a5d (patch) | |
tree | 141520d09fea5cb46f0c551e2d63121656502fa4 | |
parent | 0866c8c91f33433a7ce5ec56bc5cf76a77b50d86 (diff) |
Add the .gitignore file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo |