diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-06 14:07:54 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-06 14:07:54 +0100 |
commit | 2da20b8577d9c178a0fc4d9601a6472b82be05e6 (patch) | |
tree | 8d184bb846a9fc39fee19a2ace6abfb3049898b2 | |
parent | 23a4b93292d5820a3bfc59958c2660531fc87a65 (diff) |
added .gitignore file
python .pyc files as well as __pycache__ directories are to be ignored
so that this repository, when used as a submodule, is not recognized as
dirty by Git.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d35cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.pyc |