gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da3aa9b)
raw | patch | inline | side by side (parent: da3aa9b)
author | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 6 Feb 2014 22:59:58 +0000 (23:59 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 6 Feb 2014 22:59:58 +0000 (23:59 +0100) |
.gitignore | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 1bd395a908bf6f14ee35a495db9ab1c34509dec0..fb1215e6a9369c14dcc7ac7affdc1eaeccc67332 100644 (file)
--- a/.gitignore
+++ b/.gitignore
+# compiled versions
*.class
*.obj
+
+#backups
*~
*.bak
+
+#temp folders
samples-temp/*
temp/*
+logs/*
+
+#temp files used by scripts
transf.ini
+
+#local custom properties etc
custom.properties
-logs/*
\ No newline at end of file