From e54a07d44fbe41cb8634fd1f1514c0696e1b6f0a Mon Sep 17 00:00:00 2001 From: chibash Date: Sat, 25 May 2013 01:46:30 +0900 Subject: [PATCH] added .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore 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 + -- 2.39.5