summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 15:47:43 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-24 16:31:17 -0400
commita69738679bb7664f919bb7980813bec21141fde6 (patch)
treee8aad057f7c5dea16bb2ce8d8401122f9f1ece65
parent2f6eb4308cf0db0eba7d82627dcae58ae704d122 (diff)
downloadpython-ceilometerclient-a69738679bb7664f919bb7980813bec21141fde6.tar.gz
Add doc/build to .gitignore
Generated docs should be ignored, so adding doc/build to gitignore Change-Id: I4fc03244df37f63351ec1e54b1bcd5b9b3790f5c
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85ed18c..2829f92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ build
cover
.testrepository
.venv
+doc/build
subunit.log
AUTHORS
ChangeLog