515aaee3f3
Added a few entries to ignore vagrant related files. These files can tend to be heavy and are not required to be the part of the source. Removed Vagrant from the .gitignore. Thanks Trevor bp/training-manuals Change-Id: Icb89d49566367adcd4db5fe412914d852c22830b
13 lines
130 B
Plaintext
13 lines
130 B
Plaintext
.DS_Store
|
|
target/
|
|
*.xpr
|
|
.bak
|
|
*.swp
|
|
.idea
|
|
*~
|
|
bk-ha-guide.xml
|
|
#Ignore Vagrant Related Files
|
|
acceptance_config.yml
|
|
boxes/*
|
|
/.vagrant
|