From 1bb6306c0f30c4df762d63f2dab18e732b0cefa3 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 10 Jul 2012 10:29:53 +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