diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-04-23 18:19:34 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-07-08 18:49:26 +0200 |
commit | ad39ce314b009486c2cddab4807e07ba5754370d (patch) | |
tree | 0c0f8f0a640c336b9cf615f1d9c370e1cf877c26 /.gitignore | |
parent | a6507df2ecaf957233d77899db4bf7229fc2f226 (diff) | |
download | strongswan-ad39ce314b009486c2cddab4807e07ba5754370d.tar.bz2 strongswan-ad39ce314b009486c2cddab4807e07ba5754370d.tar.xz |
Ignore Eclipse project/workspace files
Students seem to like Eclipse to work on strongSwan.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3deb9fdb5..0135d6a94 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,8 @@ apidoc/ coverage/ *.gcno *.gcda -*.gcov
\ No newline at end of file +*.gcov +.cproject +.project +.metadata/ +.settings/
\ No newline at end of file |