diff options
author | Olivier Lamy <olamy@apache.org> | 2013-05-03 23:28:22 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-05-03 23:28:22 +0000 |
commit | b888bf3c3b256af2e60d1977781e95b018a02b7f (patch) | |
tree | 5416b2ada68bfa4de7ed61196f2566d4c0a33a25 /pom.xml | |
parent | 356bf8a0b91fd2caca5b22b0f654c8a303638eb1 (diff) | |
download | archiva-b888bf3c3b256af2e60d1977781e95b018a02b7f.tar.gz archiva-b888bf3c3b256af2e60d1977781e95b018a02b7f.zip |
.gitignore more content
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1479004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -771,7 +771,8 @@ <!-- Eclipse files --> <exclude>.project</exclude> <exclude>.classpath</exclude> - <exclude>.settings</exclude> + <exclude>.settings/**</exclude> + <exclude>.site-content/**</exclude> </excludes> </configuration> <executions> |