Cleanup gitignore a bit
Remove unneeded gitignore files Cleanup normal gitignore file a bit: * Add Build results comment * add slash to .tox to mark it as directory Change-Id: I9a82a6353e3b8cec186e8b688489916d9355f0da
This commit is contained in:
parent
dcb6b3c500
commit
a6ff7c625c
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,7 +1,9 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
target/
|
|
||||||
*.xpr
|
*.xpr
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
target/
|
||||||
bk-ha-guide.xml
|
bk-ha-guide.xml
|
||||||
|
|
||||||
# Ignore Vagrant Related Files
|
# Ignore Vagrant Related Files
|
||||||
@ -10,7 +12,7 @@ boxes/*
|
|||||||
/.vagrant
|
/.vagrant
|
||||||
|
|
||||||
# Testenvironment
|
# Testenvironment
|
||||||
.tox
|
.tox/
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
*~
|
*~
|
||||||
|
4
doc/user-guide-admin/.gitignore
vendored
4
doc/user-guide-admin/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
.DS_Store
|
|
||||||
target/
|
|
||||||
*.bak
|
|
||||||
src/.DS_Store
|
|
4
doc/user-guide/.gitignore
vendored
4
doc/user-guide/.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
.DS_Store
|
|
||||||
target/
|
|
||||||
*.bak
|
|
||||||
src/.DS_Store
|
|
Loading…
Reference in New Issue
Block a user