Fixed line endings in .gitignore Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/2105efc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/2105efc7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/2105efc7
Branch: refs/heads/master Commit: 2105efc7a34fd1a03d279763c50ab823039dac8c Parents: bc8dba2 Author: pwawrzyniak <[email protected]> Authored: Wed Jul 5 15:46:55 2017 +0200 Committer: nkourtellis <[email protected]> Committed: Fri Jul 21 21:12:18 2017 +0300 ---------------------------------------------------------------------- .gitignore | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samoa/blob/2105efc7/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5b14932..a834232 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,16 @@ -#maven -target/ - -#eclipse -.classpath -.project -.settings/ - -#DS_Store -.DS_Store - -#intellij -.idea/ -*.iml -*.iws +#maven +target/ + +#eclipse +.classpath +.project +.settings/ + +#DS_Store +.DS_Store + +#intellij +.idea/ +*.iml +*.iws /samoa-api/nbproject/ \ No newline at end of file
