diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-04-07 14:06:17 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-04-07 14:06:17 -0400 |
commit | ce3d499816df4606592475b07177af8e8a68819e (patch) | |
tree | 2b4073b465cfa0c4f0dec9d5a7c44fdbb4cc1b31 /.gitignore | |
parent | 154256f4e35042c7a5aa508d08be7805ffb6c5fb (diff) | |
download | bibliography-ce3d499816df4606592475b07177af8e8a68819e.tar.gz bibliography-ce3d499816df4606592475b07177af8e8a68819e.zip |
added better gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -1 +1,35 @@ -*.bix + +# auto-generated +toc.t2t +tentative_list_of_topics.t2t +*.html +*.pdf +*.eps +syllabus*.tex +lecture*_handouts.tex +lecture*_presentation.tex +lecture_names.rem +lecture*/pics/* +week*_quiz/pics/* + +# tex temporal files +*.aux +*.dvi +*.log +*.nav +*.out +*.snm +*.toc +*.bbl +*.blg +*Notes.bib + +# html styles and related +.sass-cache +*.css + +# destination dirs +web_site_version + +# temporary files +*.swp |