Skip to content
Snippets Groups Projects
.gitignore 494 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

# ViM, emacs, nano, leafpad
*.swp
*~

# Python
*.pyc
*.pyo

# Libreoffice
.~lock.*

# Autotools
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
aclocal.m4
Kurt A. O'Hearn's avatar
Kurt A. O'Hearn committed
autom4te.cache
.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

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

# General
*.tar.gz