diff options
author | Phil Hagelberg <technomancy@gmail.com> | 2009-06-13 13:17:20 -0700 |
---|---|---|
committer | Phil Hagelberg <technomancy@gmail.com> | 2009-06-13 13:17:20 -0700 |
commit | 6e9d29d51acef05e033cd0bed1ac23dc962943c6 (patch) | |
tree | bbc75c08d5d46ee2c7ef0184c7e0f7c8c132495d | |
parent | 1a0e23d0e78ef3d3a3a6267a68adcfc414d3fb56 (diff) |
Add .gitignore file. Covers classes, jars, and pom.xml.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f05ab5ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +classes/* +*jar +pom.xml
\ No newline at end of file |