diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2011-04-26 15:27:10 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2011-04-26 15:27:10 +0200 |
commit | 7b338e0bfd05f97b88b242399e37878ffd7a3c68 (patch) | |
tree | 13a8ba40a1248a711592d85175fb185c58db47a3 /.gitignore |
Initial commit.To make leaflet of 2010 compileable some thing needs to be done.
1. Include x-fig files
2. write Makefile for to compile Xfig files and pdflatex
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a46c08 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# generic +*~* +*#* + +# latex specific +*.aux +*.dvi +*.log +*.lyx +*.nav +*.out +*.snm +*.toc +*.vrb + +# misc file types +*.bak +*.eps +*.jpg +*.pdf +*.eepic + +# directories +doxygen +beamerexample +data +eepic +eps +pdf + +# data +*.dat +*.mat + +# special files +*matlab* +*octave* +*.mat* + |