summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8ae2b4226ada5229c5634ee7eb96fcc4cd4152bc (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

# Python related files

*.dat
*.egg
*.egg-info
*.pyc
.eggs
TAGS
build

# Test related files

*.log
.coverage
.coverage.*
.testrepository/*
.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
*.sqlite
*.sqlite3
/.ipynb_checkpoints/*
/bind9
/dnsmasq
AUTHORS
ChangeLog
contrib/vagrant/.vagrant/
designate/versioninfo
dist
doc/build/*
doc/source/api/*
etc/designate/*.conf
var/*