gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
gitignore
authorDoni Pracner <quinnuendo@gmail.com>
Fri, 19 Jul 2019 15:58:39 +0000 (17:58 +0200)
committerDoni Pracner <quinnuendo@gmail.com>
Fri, 19 Jul 2019 15:58:39 +0000 (17:58 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..eaed482
--- /dev/null
@@ -0,0 +1,36 @@
+# compiled versions
+*.class
+*.obj
+bin/*
+dist/
+
+#backups
+*~
+*.bak
+
+# archives
+*.zip
+*.tar.gz
+*.tgz
+
+#temp folders
+samples-temp/*
+temp/*
+logs/*
+temp2/*
+
+#temp files used by scripts
+transf.ini
+
+#local custom properties etc
+custom.properties
+
+#local instalation specifics, experiments etc
+local/
+
+#var local temp files etc
+.directory
+
+# eclipse and similar project things
+.classpath
+.project
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner