diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-09-06 21:31:34 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-09-06 21:31:34 +0200 |
commit | 883cce238559c71dd3b21ddda8660bfc43ea3260 (patch) | |
tree | dc0bb0d574ebe77fd2aa7a3b254d58a0b7404c6d /beamer/.gitignore | |
parent | 5dd6c416aa6e14dd5ddbe4622274b71b86b7a030 (diff) |
only ignore main.pdf files, not *.pdfbeamer
Diffstat (limited to 'beamer/.gitignore')
-rw-r--r-- | beamer/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beamer/.gitignore b/beamer/.gitignore index 337c393..47ad6aa 100644 --- a/beamer/.gitignore +++ b/beamer/.gitignore @@ -4,6 +4,6 @@ *.log *.nav *.out -*.pdf +main.pdf *.snm *.toc |