diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2011-04-11 15:16:34 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2011-04-11 15:16:34 +0200 |
commit | ce4860294d1657347e8f209199b8e6dbaba79f5c (patch) | |
tree | c9b99ddd2a595bfab379eb78489b66b3b2ae2920 /.gitignore |
Initial commit. Minuets since 2010-11-04.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10c415f --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# generic +*~* +*#* + +# latex specific +*.aux +*.dvi +*.log +*.lyx +*.nav +*.out +*.snm +*.toc +*.vrb + +# misc file types +*.bak +*.eps +*.jpg +*.pdf +*.eepic |