diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-11-25 09:59:10 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-11-25 09:59:10 +0100 |
commit | 9a3d292371039e95f4f57d52c0ddc812d5f83bf0 (patch) | |
tree | 4cb0632da43701a1743ec1e2890949088eb555da | |
parent | 77e1d239494b7863dbec5e8167d61a0ebb56539a (diff) |
Add .gitignore.
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25b0c49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.cake +classes +db +native +lib +static/3rdparty + +*~ +pom.xml + |