From 792fa31797e620c18237d09b9eccbdffea635370 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 14 Oct 2013 14:45:24 +0200 Subject: [PATCH] added gitignore file to ignore files that should never be committed in a repository --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1849b81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*__init__.py +*~ \ No newline at end of file