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
1
Issues
1
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benedikt Steinbusch
beamertheme-juelich
Commits
5d472a07
Commit
5d472a07
authored
Jun 22, 2018
by
Ivo Kabadshow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add .gitignore
parent
6464293f
Pipeline
#10800
failed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
180 additions
and
0 deletions
+180
-0
.gitignore
.gitignore
+180
-0
No files found.
.gitignore
0 → 100644
View file @
5d472a07
## 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
# these rules might exclude target builds (pdf) in root directory etc.
*.dvi
*-converted-to.*
# these rules might exclude image files for invalid figure formats etc.
*.ps
*.eps
/*.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
/*.bbl
/*.bcf
/*.blg
/*-blx.aux
/*-blx.bib
/*.brf
/*.run.xml
## Build tool auxiliary files:
/*.fdb_latexmk
/*.synctex.gz
/*.synctex.gz(busy)
/*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
/*.alg
/*.loa
# amsthm
/*.thm
# beamer
/*.nav
/*.snm
/*.vrb
# (e)ledmac/(e)ledpar
/*.end
/*.[1-9]
/*.[1-9][0-9]
/*.[1-9][0-9][0-9]
/*.[1-9]R
/*.[1-9][0-9]R
/*.[1-9][0-9][0-9]R
/*.eledsec[1-9]
/*.eledsec[1-9]R
/*.eledsec[1-9][0-9]
/*.eledsec[1-9][0-9]R
/*.eledsec[1-9][0-9][0-9]
/*.eledsec[1-9][0-9][0-9]R
# glossaries
/*.acn
/*.acr
/*.glg
/*.glo
/*.gls
# hyperref
/*.brf
# listings
/*.lol
# makeidx
/*.idx
/*.ilg
/*.ind
/*.ist
# minitoc
/*.maf
/*.mtc
/*.mtc[0-9]
/*.mtc[0-9][0-9]
# minted
/*.pyg
# morewrites
/*.mw
# nomencl
/*.nlo
# sagetex
/*.sagetex.sage
/*.sagetex.py
/*.sagetex.scmd
# sympy
/*.sout
/*.sympy
sympy-plots-for-*.tex/
# todonotes
/*.tdo
# xindy
/*.xdy
## additional file suffixes not mentioned above (project specific)
# \RequirePackage recorder
/*.dep
# pgfplots, pgfplotstable
/*.pgf-plot.gnuplot
/*.pgf-plot.table
/*.x.gnuplot
/*.x.table
# tikz externalize
/*.figlist
/*.makefile
/*.auxlock
## GSP Makefile
/draft.flag
/spellcheck-report.txt
*.tex.unkwrd
*.tex.chktex
## editor scratch files
# TeXStudio
*.bak~
# vim editor
*.swp
# Kile editor
/*.backup
## filesystem - stale NFS handle
.nfs*
## gitignore for emacs
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# org mode todo list
notes/*.pdf
notes/*.tex
notes/auto
# cache folder
cache/*
**/auto/
\ No newline at end of file
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