From 31fa35f710dbd3c16c83791381160e88902db2c1 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 6 Dec 2012 03:45:22 +0100 Subject: [PATCH] .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb29f2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# ignore all temp/backup stuff. +*~ +.*.swp + +# ignore generated stuff. +*.[oa] +*.class +*.pyc +*/build/* + -- 2.43.0