From b53860b0aa27e5c004adc45552e7fead71de09e7 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 3 Sep 2012 15:30:10 +0100 Subject: Add a .gitignore to ignore *.pyc To reduce the noise when I run 'git status' this gitignore will mean that git won't notify me of repocache.pyc and __init__.pyc --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc -- cgit v1.2.1