diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..36ea3769 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +bin/ +eclipse-output/ +target/ +runtest/ +html/ +lib/ + +.DS_Store +.classpath +.project +TestLog.xml + |