From 8abb308dad7a0616294a780b8287cabfd6dd3132 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Jun 2012 12:35:49 +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