gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
pocetak - gitignore za mnoge privremene fajlove
authorDoni Pracner <quinnuendo@gmail.com>
Thu, 12 Mar 2015 17:12:27 +0000 (18:12 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Thu, 12 Mar 2015 17:12:27 +0000 (18:12 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..72af757
--- /dev/null
@@ -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
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner