gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ca1fae)
raw | patch | inline | side by side (parent: 8ca1fae)
author | Doni Pracner <quinnuendo@gmail.com> | |
Sat, 15 Feb 2014 16:54:43 +0000 (17:54 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Sat, 15 Feb 2014 16:54:43 +0000 (17:54 +0100) |
.gitignore | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 521f9bc85d33332a438f4277658d84313aee7dd3..e68c806db84bc16880d06683a2985cc29f65566c 100644 (file)
--- a/.gitignore
+++ b/.gitignore
-*.aux
+# general
+*~
+*.pdf
+*.zip
+
+# html etc
+*.html
+*.css
+#folder for generated html
+html
+
+# latex outputs and temps
*.dvi
*.log
*.out
-*.pdf
-*~
+*.aux
*.toc
*.xref
*.synctex.gz
*.vrb
*.snm
auto*
-*.zip
-*.class
_region*
*.blg
*.bbl
+#htlatex
+*.4ct
+*.4tc
+*.lg
+*.idv
+*.tmp
+
+# executables and binaries
+*.class
*.exe
errinfo.???
\ No newline at end of file