From 2da20b8577d9c178a0fc4d9601a6472b82be05e6 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Tue, 6 Jan 2015 14:07:54 +0100 Subject: 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d35cb3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +*.pyc -- cgit v1.2.3