Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beamertheme-juelich
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacopo De Amicis
beamertheme-juelich
Commits
13a45764
Commit
13a45764
authored
Oct 08, 2019
by
Andreas Herten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make also non-root files ignored
parent
722ba97c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
.gitignore
.gitignore
+26
-26
No files found.
.gitignore
View file @
13a45764
## Adopted from https://github.com/github/gitignore/blob/master/TeX.gitignore
## changed to exclude ambiguous suffixes only in root directory, since e.g. *.log files in Data/ directory are valid tracking candidates
## Core latex/pdflatex auxiliary files:
/
*.aux
/
*.lof
/
*.log
/
*.lot
/
*.fls
/
*.out
/
*.toc
/
*.lop
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.lop
# these rules might exclude target builds (pdf) in root directory etc.
*.dvi
*-converted-to.*
...
...
@@ -17,28 +17,28 @@
*.eps
/*.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
/
*.bbl
/
*.bcf
/
*.blg
/
*-blx.aux
/
*-blx.bib
/
*.brf
/
*.run.xml
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.brf
*.run.xml
## Build tool auxiliary files:
/
*.fdb_latexmk
/
*.synctex.gz
/
*.synctex.gz(busy)
/
*.pdfsync
*.fdb_latexmk
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
/
*.alg
/
*.loa
*.alg
*.loa
# amsthm
/
*.thm
*.thm
# beamer
/
*.nav
/
*.snm
/
*.vrb
*.nav
*.snm
*.vrb
# (e)ledmac/(e)ledpar
/*.end
/*.[1-9]
...
...
@@ -177,4 +177,4 @@ notes/auto
# cache folder
cache/*
**/auto/
\ No newline at end of file
**/auto/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment