.hgignore
author Peter Koppatz <peter@koppatz.com>
Fri, 17 Jan 2014 16:12:33 +0100
changeset 87 5d8746bee588
parent 1 3aa6f55df039
child 254 00ab2641e572
permissions -rw-r--r--
logos for sponsors
     1 syntax: glob
     2 # This line is a comment, and will be skipped.
     3 # Empty lines are skipped too.
     4 # Backup files left behind by the Emacs editor.
     5 
     6 *~
     7 
     8 # Lock files used by the Emacs editor.
     9 # Notice that the "#" character is quoted with a backslash.
    10 # This prevents it from being interpreted as starting a comment.
    11 
    12 .\#*
    13 
    14 # Temporary files used by the vim editor.
    15 .*.swp
    16 
    17 # A hidden file created by the Mac OS X Finder.
    18 .DS_Store
    19 # temporare Dateien die mit "make html" jederzeit neu generieren kann.
    20 
    21 *.pyc
    22 spam.log
    23 pid.txt
    24 sphinxdocs
    25 modules1
    26 dummy*
    27 _build
    28 build
    29 *.log
    30 *.aux
    31 *.synctex.gz
    32 *.out
    33 pyhasse.similarity/*
    34 oldies
    35 level/Level*
    36 static/js/prettify*
Impressum Datenschutzerklärung