Select Git revision
.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/