From b450231b9e64ea6acf48427a9da18c59fe75a919 Mon Sep 17 00:00:00 2001 From: timperrett Date: Tue, 19 Apr 2011 00:20:46 +0100 Subject: [PATCH] Added 0.2.6 notes --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b792b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# use glob syntax. +syntax: glob +*.ser +*.class +*~ +*.bak +*.off +*.old +.DS_Store +*.jar + +# logs +derby.log + +# eclipse conf file +.settings +.classpath +.project +.manager + +# building +target +build +null +tmp* +dist +test-output + +# other scm +.svn +.CVS +.hg* + +# switch to regexp syntax. +# syntax: regexp +# ^\.pc/ + +# IntelliJ +*.iml +*.ipr +*.iws +.idea + +# Pax Runner (for easy OSGi launching) +runner + +*.lock \ No newline at end of file