diff -r 46abfb767ff2 -r 3aa6f55df039 .hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Wed Nov 27 12:40:37 2013 +0100
@@ -0,0 +1,36 @@
+syntax: glob
+# This line is a comment, and will be skipped.
+# Empty lines are skipped too.
+# Backup files left behind by the Emacs editor.
+
+*~
+
+# Lock files used by the Emacs editor.
+# Notice that the "#" character is quoted with a backslash.
+# This prevents it from being interpreted as starting a comment.
+
+.\#*
+
+# Temporary files used by the vim editor.
+.*.swp
+
+# A hidden file created by the Mac OS X Finder.
+.DS_Store
+# temporare Dateien die mit "make html" jederzeit neu generieren kann.
+
+*.pyc
+spam.log
+pid.txt
+sphinxdocs
+modules1
+dummy*
+_build
+build
+*.log
+*.aux
+*.synctex.gz
+*.out
+pyhasse.similarity/*
+oldies
+level/Level*
+static/js/prettify*
\ No newline at end of file