Fix gitignore (#406)

Using Github Desktop on Windows, file paths with a leading slash do not seem to match anything. This commit changes the gitignore entries to a more widely supported format.
This commit is contained in:
Pietje 2019-05-09 14:41:36 +02:00 committed by Matthew Miller
parent 8c345cb64b
commit 024a51549d
1 changed files with 8 additions and 8 deletions

16
.gitignore vendored
View File

@ -1,17 +1,17 @@
/.classpath
/.project
/.settings
/target
.classpath
.project
.settings/
target/
.DS_Store
**/*.iml
**/.idea
/bin
/dependency-reduced-pom.xml
bin/
dependency-reduced-pom.xml
*-private.sh
/.gradle
**/build
.gradle/
**/build/
out/