1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/.hgignore Wed Nov 27 12:40:37 2013 +0100
1.3 @@ -0,0 +1,36 @@
1.4 +syntax: glob
1.5 +# This line is a comment, and will be skipped.
1.6 +# Empty lines are skipped too.
1.7 +# Backup files left behind by the Emacs editor.
1.8 +
1.9 +*~
1.10 +
1.11 +# Lock files used by the Emacs editor.
1.12 +# Notice that the "#" character is quoted with a backslash.
1.13 +# This prevents it from being interpreted as starting a comment.
1.14 +
1.15 +.\#*
1.16 +
1.17 +# Temporary files used by the vim editor.
1.18 +.*.swp
1.19 +
1.20 +# A hidden file created by the Mac OS X Finder.
1.21 +.DS_Store
1.22 +# temporare Dateien die mit "make html" jederzeit neu generieren kann.
1.23 +
1.24 +*.pyc
1.25 +spam.log
1.26 +pid.txt
1.27 +sphinxdocs
1.28 +modules1
1.29 +dummy*
1.30 +_build
1.31 +build
1.32 +*.log
1.33 +*.aux
1.34 +*.synctex.gz
1.35 +*.out
1.36 +pyhasse.similarity/*
1.37 +oldies
1.38 +level/Level*
1.39 +static/js/prettify*
1.40 \ No newline at end of file