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

16
.gitignore vendored
View File

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