aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3a90e4b59e0a7851a5d26ef16a6b9bc924ab01b1 (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
*.pyc
*.sw?
*.egg/
*.egg-info*
vendor
.ksl-venv
.venv
.update-venv/
.tox
keystone.egg-info/
*.log
.coverage
coverage.xml
cover/*
covhtml
pep8.txt
nosetests.xml
doc/build
.DS_Store
doc/source/api
doc/source/modules.rst
ChangeLog
AUTHORS
build/
dist/
etc/keystone.conf
etc/logging.conf
etc/keystone/
keystone/tests/tmp/
.project
.pydevproject
keystone/locale/*/LC_MESSAGES/*.mo
.testrepository/
*.db
.idea/
keystone/contrib/moon_v2/
vagrant*/
moon-abe/pbc-0.5.14/.libs/

moonclient/dist
moonclient/build
moonclient/python_moonclient.egg-info

# cache
.cache