Skip to content
Snippets Groups Projects
.gitignore 686 B
Newer Older
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
# TeX
*.aux
*.log
*.pyg
*.synctex.gz
*.nav
*.snm
*.out
*.bbl
*.blg
*.log
*.toc
*.pdf
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
_minted-*
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed

# ViM, emacs, nano, leafpad
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
*.swp
*~
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed

# Python
*.pyc
*.pyo

# Libreoffice
.~lock.*

# Autotools
.deps
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
config.log
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
libtool
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed

# Compiled languages (C,C++,Fortran,...)
*.o
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed

# flex/bison files
*.yy.c
*.yy.h
*.tab.c
*.tab.h

# PBS/torque job logs
*.o[0-9]*
*.e[0-9]*

Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
# General
*.tar.gz
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
*/bin