diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-09-05 09:50:56 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-09-05 09:50:56 -0400 |
commit | 018eb98b11661e227688d1bfe8875e3ccd0971f9 (patch) | |
tree | e46d84b57f71b61708efb1964dc2d3b790207bb3 /.gitignore | |
parent | 8751f2d4849de62946cd6c56d167cf2b8c2fae61 (diff) | |
download | GradeBook-018eb98b11661e227688d1bfe8875e3ccd0971f9.tar.gz GradeBook-018eb98b11661e227688d1bfe8875e3ccd0971f9.zip |
added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c93d172 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ + +# auto-generated +toc.t2t +tentative_list_of_topics.t2t +*.html +*.pdf +*.eps +syllabus*.tex +lecture*_handouts.tex +lecture*_presentation.tex +lecture_names.rem + +# temporary editor files +*.swp + +# tex temporal files +*.aux +*.log +*.nav +*.out +*.snm +*.toc + +# html styles and related +.sass-cache +*.css + +# destination dirs +web_site_version |