From 988048e3732e2bafcaddda1b918f5f2b9af2bf02 Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Sun, 31 Dec 2006 14:46:47 -0800 Subject: [PATCH] Add .gitignore Add the .gitignore file to the project. This should ignore most common things that show up. Signed-off-by: Ira W. Snyder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f92c5cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.* +*.pyc +TODO -- 2.25.1