gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
gitignore - reorganizovan po sekcijama, dodati fajlovi koje generise htlatex
authorDoni Pracner <quinnuendo@gmail.com>
Sat, 15 Feb 2014 16:54:43 +0000 (17:54 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Sat, 15 Feb 2014 16:54:43 +0000 (17:54 +0100)
.gitignore

index 521f9bc..e68c806 100644 (file)
@@ -1,9 +1,19 @@
-*.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
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner