diff options
author | Markus Doits <markus.doits@googlemail.com> | 2011-11-03 22:14:37 +0100 |
---|---|---|
committer | Markus Doits <markus.doits@googlemail.com> | 2011-11-03 22:14:37 +0100 |
commit | e6c86a88922cfc6570d2c96067155c958aa02ee2 (patch) | |
tree | a3efbab5abb9fbd5089c6580676ef8a52b424e7b /.gitignore | |
parent | 1b7fbb1eebea32ebce28c5f1fa501edf0f2744fc (diff) | |
download | open-keychain-e6c86a88922cfc6570d2c96067155c958aa02ee2.tar.gz open-keychain-e6c86a88922cfc6570d2c96067155c958aa02ee2.tar.bz2 open-keychain-e6c86a88922cfc6570d2c96067155c958aa02ee2.zip |
Add .gitignore to ignore eclipse-specific files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f82656a0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +bin/ +gen/ +.classpath +.project |