Update .gitignore to disallow PDFs but include plfa.pdf.

This commit is contained in:
Wen Kokke 2021-08-25 13:20:17 +01:00
parent 78108f5750
commit e4d7c79aa6
No known key found for this signature in database
GPG key ID: 7EB7DBBCEB539DB8

7
.gitignore vendored
View file

@ -1,4 +1,5 @@
## Agda files ## Agda files
_build/
*.agdai *.agdai
.agda-stdlib.sed .agda-stdlib.sed
.links-*.sed .links-*.sed
@ -11,7 +12,6 @@ stack.yaml.lock
dist-newstyle dist-newstyle
## Jekyll files ## Jekyll files
_site/
.sass-cache/ .sass-cache/
.agda-stdlib.sed .agda-stdlib.sed
.jekyll-metadata .jekyll-metadata
@ -24,6 +24,7 @@ Gemfile.lock
*.fdb_latexmk *.fdb_latexmk
*.fls *.fls
*.log *.log
*.pdf
*.spl *.spl
*.synctex.gz *.synctex.gz
@ -31,6 +32,8 @@ Gemfile.lock
auto/ auto/
## Misc build files ## Misc build files
out/
*.zip *.zip
versions/plfa.github.io-web-*/ versions/plfa.github.io-web-*/
## Include plfa.pdf
!plfa.pdf