gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control systemdiff --git a/.gitignore b/.gitignore
index 1bd395a908bf6f14ee35a495db9ab1c34509dec0..b88cdcd351c6a0714ad4e888c8456d1ac2e94750 100644 (file)
--- a/.gitignore
+++ b/.gitignore
+# compiled versions
*.class
*.obj
+bin/*
+
+#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
-logs/*
\ No newline at end of file
+
+#local instalation specifics, experiments etc
+local/
+
+#var local temp files etc
+.directory