From a4a9be015ee09dabab21907959147a76b8d4de4e Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <vu3rdd@gmail.com>
Date: Fri, 28 May 2010 01:18:03 +0530
Subject: [PATCH] adding gitignore into the repo, which ignores generated files
 and directories.

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..73f7561
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+lib
+pom.xml
\ No newline at end of file
-- 
2.45.2