X-Git-Url: http://git.sourceforge.jp/view?p=neighbornote%2FNeighborNote.git;a=blobdiff_plain;f=.gitignore;h=01b5b21d28ff23d517aff30093992f63d2da83d9;hp=d07f02e163d87b69a0f6b184b6d3603d3c218ce0;hb=3d0cacad84636f609715c97fdab67b3a8156737e;hpb=ec4f5303edc585b1411b7236e44cb0c083486989 diff --git a/.gitignore b/.gitignore index d07f02e..01b5b21 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,22 @@ -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 + +#meta files & Eclipse files +/.metadata/ +/*.classpath + +#Local platform binaries +/lib/*.dll + +#ini file +NeighborNote.ini