aboutsummaryrefslogtreecommitdiffstats
path: root/Global/Vagrant.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix log filename for Vagrant (#3053)Takeshi Kondo2019-05-121-1/+1
| | | | Actually, the log generated by debug mode is *.log i.e. ubuntu-xenial-16.04-cloudimg-console.log
* Optionally add log files to Vagrant and improve file's commentsRobert Simmons2017-06-061-0/+4
|
* Allow the Vagrantfile to be tracked as that's the intended purpose.Jonathan Campbell2013-11-051-1/+0
| | | | | From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html "The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work."
* Create an ignore file for Vagrant's configuration and internal files.Jonathan Campbell2013-11-031-0/+2
Documented at http://docs.vagrantup.com/v2/getting-started/project_setup.html These files are created automatically the first time a vagrant box is started.