Mercurial > wikked
comparison .hgignore @ 382:3a61f45702cb
docs: Add documentation site.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 04 Oct 2015 08:02:43 -0700 |
parents | 8b45c5ba5d47 |
children | 47690e0c55e6 |
comparison
equal
deleted
inserted
replaced
381:d5511d832af3 | 382:3a61f45702cb |
---|---|
7 build | 7 build |
8 *.pyc | 8 *.pyc |
9 *.pyo | 9 *.pyo |
10 *.sublime-* | 10 *.sublime-* |
11 MANIFEST | 11 MANIFEST |
12 .eggs/ | |
12 Wikked.egg-info | 13 Wikked.egg-info |
13 benchmarks/Benchmark.conf | 14 benchmarks/Benchmark.conf |
14 benchmarks/logs | 15 benchmarks/logs |
15 benchmarks/logs-distributed | 16 benchmarks/logs-distributed |
16 benchmarks/results | 17 benchmarks/results |
18 docs/_cache | |
19 docs/_counter | |
20 docs/bower_components | |
21 docs/node_modules | |
17 | 22 |