Skip to content

Commit

Permalink
chore: update .gitignore from GitHub template
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Jan 24, 2021
1 parent 2e4d698 commit 8647e6b
Showing 1 changed file with 40 additions and 5 deletions.
45 changes: 40 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sender/*
# TeXstudio Session
*.txss

# source: https://github.com/github/gitignore/blob/e98611a3446267684f36327d045ef0f7481b08db/TeX.gitignore
# source: https://github.com/github/gitignore/blob/218a941be92679ce67d0484547e3e142b2f5f6f0/TeX.gitignore

## Core latex/pdflatex auxiliary files:
*.aux
Expand Down Expand Up @@ -76,6 +76,9 @@ acs-*.bib
# changes
*.soc

# comment
*.cut

# cprotect
*.cpt

Expand Down Expand Up @@ -118,6 +121,11 @@ acs-*.bib
*.glo
*.gls
*.glsdefs
*.lzo
*.lzs

# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist

# gnuplottex
*-gnuplottex-*
Expand All @@ -139,18 +147,20 @@ acs-*.bib

# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
# *.tikz
*-tikzDictionary

# listings
*.lol

# luatexja-ruby
*.ltjruby

# makeidx
*.idx
*.ilg
*.ind
*.ist

# minitoc
*.maf
Expand Down Expand Up @@ -214,17 +224,25 @@ pythontex-files-*/
# todonotes
*.tdo

# vhistory
*.hst
*.ver

# easy-todo
*.lod

# xcolor
*.xcp

# xmpincl
*.xmpi

# xindy
*.xdy

# xypic precompiled matrices
# xypic precompiled matrices and outlines
*.xyc
*.xyd

# endfloat
*.ttt
Expand All @@ -247,9 +265,15 @@ TSWLatexianTemp*
# Kile
*.backup

# gummi
.*.swp

# KBibTeX
*~[0-9]*

# TeXnicCenter
*.tps

# auto folder when using emacs and auctex
./auto/*
*.el
Expand All @@ -259,3 +283,14 @@ TSWLatexianTemp*

# standalone packages
*.sta

# Makeindex log files
*.lpz

# xwatermark package
*.xwm

# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored.
#*Notes.bib

0 comments on commit 8647e6b

Please sign in to comment.