removed root slashed from ignore file
This commit is contained in:
parent
9dbc2b7a62
commit
b9735e3c55
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -3,10 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Ignore all maven target directories
|
# Ignore all maven target directories
|
||||||
/target
|
target
|
||||||
*/target
|
|
||||||
*/*/target
|
|
||||||
*/*/*/target
|
|
||||||
|
|
||||||
# Ignore maven release files
|
# Ignore maven release files
|
||||||
release.properties
|
release.properties
|
||||||
|
@ -18,8 +15,8 @@ pom.xml.tag
|
||||||
pom.xml.versionsBackup
|
pom.xml.versionsBackup
|
||||||
|
|
||||||
# Ignore copyed site resource
|
# Ignore copyed site resource
|
||||||
/src/site/markdown/build.md
|
src/site/markdown/build.md
|
||||||
/src/site/markdown/todo.md
|
src/site/markdown/todo.md
|
||||||
|
|
||||||
# Ignore binary files and formats
|
# Ignore binary files and formats
|
||||||
*.o
|
*.o
|
||||||
|
|
Loading…
Reference in a new issue