diff options
author | Bernd Eckenfels <bernd@eckenfels.net> | 2015-10-13 00:45:54 +0200 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-10-13 22:08:33 +1100 |
commit | 85c6959e3b294a45f049c2f6807b155fa861b732 (patch) | |
tree | 25a5d169ef684ced3cc3f32c714e650dae1f94ed /.gitignore | |
parent | 5d5b0733de195c043ec8b1f733eb1788e1ea750c (diff) | |
download | archiva-85c6959e3b294a45f049c2f6807b155fa861b732.tar.gz archiva-85c6959e3b294a45f049c2f6807b155fa861b732.zip |
gitignore: remove trailing blank, actually ignores .project
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1cd3d1b3a..992468484 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ build .site-content/ #eclipse files -.project +.project .classpath .settings/ |