Skip to content

Commit

Permalink
.gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
gavryushkin committed Dec 2, 2015
1 parent 834f87c commit 03f66da
Showing 1 changed file with 124 additions and 9 deletions.
133 changes: 124 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,127 @@
*.class
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc

# Mobile Tools for Java (J2ME)
.mtj.tmp/
## Intermediate documents:
*.dvi
*-converted-to.*
*.tex~
*.txt~
*.bib~
# these rules might exclude image files for figures etc.
*.ps
*.pdf
# *.eps

# Package Files #
*.jar
*.war
*.ear
## 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
*.mtc0

# minted
*.pyg

# morewrites
*.mw

# nomencl
*.nlo

# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd

# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/

# todonotes
*.tdo

# xindy
*.xdy

# Matsen group
.sconsign.dblite
SConstruct

# @gavruskin
tmp/
.DS_Store
.idea
__pycache__
*.pyc
*.local
*.swp
*.spl

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

0 comments on commit 03f66da

Please sign in to comment.