From 46114c828e894c515bbc0cbc0de1d3a0442b16f4 Mon Sep 17 00:00:00 2001 From: git Date: Sat, 21 Jul 2012 03:27:00 +0200 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..aabad16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# ignore all temp/backup stuff. +*~ +.*.swp + +# ignore generated stuff. +*.[oa] +*.class +*.pyc +#build/* + -- 2.43.0