Update .gitignore to disallow PDFs but include plfa.pdf.
This commit is contained in:
parent
78108f5750
commit
e4d7c79aa6
1 changed files with 5 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
## Agda files
|
||||
_build/
|
||||
*.agdai
|
||||
.agda-stdlib.sed
|
||||
.links-*.sed
|
||||
|
@ -11,7 +12,6 @@ stack.yaml.lock
|
|||
dist-newstyle
|
||||
|
||||
## Jekyll files
|
||||
_site/
|
||||
.sass-cache/
|
||||
.agda-stdlib.sed
|
||||
.jekyll-metadata
|
||||
|
@ -24,6 +24,7 @@ Gemfile.lock
|
|||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.log
|
||||
*.pdf
|
||||
*.spl
|
||||
*.synctex.gz
|
||||
|
||||
|
@ -31,6 +32,8 @@ Gemfile.lock
|
|||
auto/
|
||||
|
||||
## Misc build files
|
||||
out/
|
||||
*.zip
|
||||
versions/plfa.github.io-web-*/
|
||||
|
||||
## Include plfa.pdf
|
||||
!plfa.pdf
|
||||
|
|
Loading…
Reference in a new issue