OSDN Git Service

Added additional ODF formats to indexing.
[neighbornote/NeighborNote.git] / .gitignore
index d07f02e..cecbbea 100644 (file)
@@ -1 +1,12 @@
-bin# Ignore compilation results - no need for these to be under source control*.class
\ No newline at end of file
+# Runtime data when running NeverNote directly from the git repos
+/db/
+/logs/
+/res/
+/secure.txt
+/translations/*.qm
+
+# Eclipse compiled classes
+/bin/
+
+# Ignore compilation results - no need for these to be under source control
+*.class