summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1abda27043b54a8948291dd448f69e1cc867a41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

# Python related files

*.dat
*.egg*
*.pyc
TAGS
build

# Test related files

*.log
.coverage
.coverage.*
.tox
.venv
cover
flake8_results.html
functionaltests/.testrepository/
functionaltests/tempest.log
htmlcov/
venv

# Files created by releasenotes build
releasenotes/build

# Editors

*.sublime-workspace
*.swp

# Misc

*.DS_Store
*.idea
*.ipynb
*.orig
.stestr/
*.sqlite
*.sqlite3
/.ipynb_checkpoints/*
/bind9
/dnsmasq
AUTHORS
ChangeLog
contrib/vagrant/.vagrant/
designate/versioninfo
dist
doc/source/_static/*.sample
doc/build/*
doc/source/api/*
api-ref/build/*
etc/designate/*.conf
etc/designate/*.yaml
var/*