https://github.com/StefanKruse/LAVESI
Raw File
Tip revision: c32cbbc296be5acf3223ae0b8b259a333ce9b5ff authored by Stefan Kruse on 10 March 2022, 13:09:09 UTC
Update README.md
Tip revision: c32cbbc
.gitignore
# help e.g. under https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository

# exclude executable
/LAVESI_WIND
# exclude redirected output streams
nohup.out

# exclude o(bject) and a(rchive)
*.[oa]
# exclude build folder
build/

# exclude temporary files
*~

# exclude time usage output files
t_*.txt
# exclude pollen-dispersal output files
pollDist*

# exclude postprocessing-output files
postprocessing/*.png

# exclude Windows-files
Thumbs.db
back to top