a6ff7c625c
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
21 lines
186 B
Plaintext
21 lines
186 B
Plaintext
.DS_Store
|
|
*.xpr
|
|
.idea
|
|
|
|
# Build results
|
|
target/
|
|
bk-ha-guide.xml
|
|
|
|
# Ignore Vagrant Related Files
|
|
acceptance_config.yml
|
|
boxes/*
|
|
/.vagrant
|
|
|
|
# Testenvironment
|
|
.tox/
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|