summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 942e1897874220fe9df3d546849d6eea8e0e3853 (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
*.pyc
*.log
.glance-venv
.stestr/*
.testrepository/
.tox
.coverage*
.venv
cover/*
covhtml
nosetests.xml
coverage.xml
glance.sqlite
AUTHORS
ChangeLog
build
dist
*.egg
.eggs/*
glance.egg-info
tests.sqlite
glance/versioninfo
subunit.log

# generated policy file
etc/policy.yaml.sample

# Swap files range from .saa to .swp
*.s[a-w][a-p]

# Files created by doc build
doc/source/api
doc/source/_static/*.sample
doc/source/contributor/api

# Files created by releasenotes build
releasenotes/build

# IDE files
.project
.pydevproject
.idea
.e4p
.eric5project/
.issues/
.ropeproject