.hgignore
author Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de>
Sun, 30 Mar 2025 22:43:01 +0200
changeset 1764 538a1495ac8a
parent 1019 ba828373ac1d
permissions -rw-r--r--
eskp map plot update from 250330
     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 env-eskp
     8 
     9 # Lock files used by the Emacs editor.
    10 # Notice that the "#" character is quoted with a backslash.
    11 # This prevents it from being interpreted as starting a comment.
    12 
    13 .\#*
    14 
    15 # Temporary files used by the vim editor.
    16 .*.swp
    17 
    18 # A hidden file created by the Mac OS X Finder.
    19 .DS_Store
    20 # temporare Dateien die mit "make html" jederzeit neu generieren kann.
    21 
    22 *.pyc
    23 spam.log
    24 pid.txt
    25 sphinxdocs
    26 modules1
    27 dummy*
    28 _build
    29 build
    30 *.log
    31 *.aux
    32 *.synctex.gz
    33 *.out
    34 pyhasse.similarity/*
    35 oldies
    36 level/Level*
    37 static/js/prettify*
    38 # pycharm project files
    39 .idea
    40 .idea/*
    41 
    42 # virtual python environment
    43 env
    44 env/*
    45 
Impressum Datenschutzerklärung