aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-04-21 09:03:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-21 09:03:48 +0000
commiteeafc7d012079bc3ff64d28bc65e0051ad2cf46e (patch)
tree753f661d688380a9908a10591d23e23200686024 /.gitignore
parentedfeb0d329ccde7c8f491729e7ef25ec48cbc8c8 (diff)
parent19e46569b6d27cdd6b0c71c2b7097c0e7f4cb4e5 (diff)
Merge "Ignore _build (sphinx output dir)"
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0bb8500a..d8ba0a97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
.pydevproject
rally_conf.json
/docs_build/
+_build
/docs_output/
/releng/
.idea
'>160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233