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..d41ad38e9a827e8e7c4e728d9da52073cace9f52 100644 (file)
--- a/.gitignore
+++ b/.gitignore
+# compiled versions
*.class
*.obj
*.class
*.obj
+bin/*
+
+#backups
*~
*.bak
*~
*.bak
+
+# archives
+*.zip
+*.tar.gz
+*.tgz
+
+#temp folders
samples-temp/*
temp/*
samples-temp/*
temp/*
+logs/*
+
+#temp files used by scripts
transf.ini
transf.ini
+
+#local custom properties etc
custom.properties
custom.properties
-logs/*
\ No newline at end of file
+
+#var local temp files etc
+.directory