gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control systemauthor | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 12 Mar 2015 17:12:27 +0000 (18:12 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 12 Mar 2015 17:12:27 +0000 (18:12 +0100) |
.gitignore | [new file with mode: 0644] | patch | blob |
diff --git a/.gitignore b/.gitignore
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+# general
+*~
+*.pdf
+
+# archives
+*.zip
+*.tar.gz
+*.tgz
+*.bz
+
+# latex outputs and temps
+*.dvi
+*.log
+*.out
+*.aux
+*.toc
+*.xref
+*.synctex.gz
+*.nav
+*.vrb
+*.snm
+auto*
+_region*
+*.blg
+*.bbl
+#htlatex
+*.4ct
+*.4tc
+*.lg
+*.idv
+*.tmp
+
+# executables and binaries
+*.class
+*.exe
+errinfo.???
\ No newline at end of file