https://github.com/StefanKruse/LAVESI
Raw File
Tip revision: 422dc634a9d47e36c2e5c3a78906901ab6f2cdc3 authored by Stefan Kruse on 30 March 2022, 09:03:58 UTC
Create LICENSE
Tip revision: 422dc63
.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 temporary files
*~

# exclude output files in output dir
output/*.csv
output/*.txt
# exclude time usage output files
t_*.txt
# exclude pollen-dispersal output files
pollDist*


# exclude TEST-folder
TEST/

# exclude postprocessing-output files
postprocessing/*.png

# exclude Windows-files
Thumbs.db
back to top