Skip to content
Snippets Groups Projects
Select Git revision
  • 867e84c77ff776afffaef04d889ed6e3bcc19a1e
  • master default protected
  • parallelistation_of_subdomain_loop
  • parallelistation_test
  • nonzero_gli_term_for_nonwetting_in_TPR
  • testing_updating_pwi_as_pwiminus1_into_calculation_of_pnwi
  • v2.2
  • v2.1
  • v2.0
  • v1.0
10 results

.gitignore

Blame
  • .gitignore 970 B
    # gitignore file
    # this file lists files not to be tracked by git.
    # keine Kommentare in die gleiche Zeile, sonst wird die Zeile ignoriert
    
    # LaTeX files not to be tracked
    *.aux
    *.bbl
    *.blg
    *.log
    *.backup
    *.bak
    *.kilepr
    *.toc
    *.dvi
    *.tdo
    *.figlist
    *.bcf
    *.auxlock
    *.dpth
    *.pdf
    
    #Beamer
    *.acn
    *.glo
    *.nav
    *.out
    *.snm
    *.syg
    *.vrb
    *.brf
    
    # Ignoriere temp files von gaengigen Texteditoren
    *~
    .Rhistory
    
    # MATLAB Numerische Experimente
    *.mat
    
    # Archive
    *.tar
    *.gz
    *.tar.gz
    *.zip
    
    # Ignoriere files vom Typ
    *.pdf
    *.ps
    *.doc
    *.docx
    *.odt
    *.ods
    *.xml
    *.svg
    *.fig
    *.md5
    *.xdmf
    *.h5
    *.dep
    *.csv 
    *.ipynb
    core
    
    
    # Ignoriere Bilder und Graphiken sowie Videos und Musik
    *.png
    *.jpg
    *.jpeg
    *.eps
    *.svg
    *.pgf
    *.gif
    *.avi
    *.mp4
    *.mp3
    *.xcf
    
    # always consider files containing source code regardless of their name
    !*.cc
    !*.hh
    !*.c
    !*.h
    !*.sh
    !*.py
    
    
    # Directories
    demo/
    output/
    plots/
    FEniCS_Repository/
    __pycache__/
    .env/
    Anleitungen/
    #LDDsimulation/cbcpost/
    cbcpost/
    mshr_bitbucket/