From 0a6784af41e4adafc19c4f0356bfd4546094979d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Aug 2009 13:37:03 +0100 Subject: [PATCH] Add .gitignore for .pyc and *~ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3d74a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*~ -- 2.30.2