7 Commits

Author SHA1 Message Date
Paul Bourke
24639c58fa Add .vagrant dir to .gitignore
Closes-Bug: #1498451

Change-Id: Iba0d038eaee68485ec18af0d50836799db8fc90d
2015-09-22 14:24:21 +01:00
Martin André
349a8d7a26 Add vagrant-generated files to gitignore
Partially-Implements: blueprint vagrant-improvements
Change-Id: I30cd0fbf3408a3fc8f255335430487c829895a12
2015-09-15 16:29:47 +09:00
Kuo-tung Kao
800e69e8fe Add AUTHORS, ChangeLog, doc/build/ to gitignore
These file should be ignored because they are generated by the command, "tox -e docs"

AUTHORS
ChangeLog
doc/build/

Change-Id: I5b9e2adc851800f0391d236d266c33606fc160df
Closes-Bug: 1493670
2015-09-09 14:04:57 +08:00
Kuo-tung Kao
bbcf3ebb21 update gitignore for python and .testrepository
ignore python byte-compiled files
and ignore the folder, '.testrepository', generated from tox command.

Change-Id: Ic0208ea2e7e1c046a3a730cbd83f676ce44ed2ae
Closes-Bug: #1491267
2015-09-02 15:40:34 +08:00
Martin André
888bb9cc8c Move genenv.sh and start.sh to tools directory
Rename them `genenv` and `start`.
Have `genenv` create the openrc file in the top-level directory.

Add openrc and compose/openstack.env to gitignore, as well as *.img.

Change-Id: I5d8006e97efd77cf364215f55d5e585139ae273e
2015-03-20 10:31:02 +09:00
Daneyon Hansen
fd6d4376b9 Implements: Blueprint update-image-build-script
Previously, the image used for Kolla development
needed to be manually created. This patch adds a
script to automate a consistent, repeatable process
for creating an F21 image used for Kolla development.

Change-Id: Ibbe41ac6c6f1d2f2bdd62a48b05c096967c8324e
2015-02-16 17:39:02 +00:00
Martin André
363eb0939e Add gitignore file
The initial gitignore includes build-docker-image script's private
configuration file, tox generated files and common temp files created by
vim and emacs.

Change-Id: I514953471646904b541321d1d878d40a2c8f8b26
2014-12-17 12:52:35 +09:00