41 lines
350 B
Plaintext
41 lines
350 B
Plaintext
# LaTeX build files
|
|
*.aux
|
|
*.log
|
|
*.out
|
|
*.toc
|
|
*.fls
|
|
*.fdb_latexmk
|
|
*.synctex.gz
|
|
|
|
# PDF (valgfritt)
|
|
*.pdf
|
|
|
|
# Temporary
|
|
*.blg
|
|
*.bbl
|
|
*.lof
|
|
*.lot
|
|
*.bbl-SAVE-ERROR
|
|
|
|
# Editor
|
|
.vscode/*
|
|
!.vscode/settings.json.bcf
|
|
|
|
*.bcf
|
|
*.run.xml
|
|
work/*/
|
|
|
|
# Ignore raw/generated files
|
|
*.har
|
|
|
|
|
|
# Ignore all work output
|
|
work/*
|
|
|
|
|
|
# But keep shell scripts
|
|
!work/*.sh
|
|
|
|
|
|
.noroff-env
|