From 3f684a2a4db369eeef8c2d403ab64fb79648b71e Mon Sep 17 00:00:00 2001 From: Martin Thompson Date: Mon, 17 Nov 2008 20:36:27 +0000 Subject: [PATCH] Ignore PYCs, ~s, logs bzr-revno: 93 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..03f2c6308 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.*~ +*.log \ No newline at end of file