-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
72 lines (61 loc) · 994 Bytes
/
.gitignore
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Temp files
*~
*.swp
# pyc files
*.pyc
# Database
server/sflvault.sqlite*
sflvault.sqlite
*.db
# Ignore eggs
build
dist
eggs
develop-eggs
SFLvault_server.egg-info/
SFLvault_client_qt.egg-info/
# generated html files
docs/*.html
# pylons configuration
*.ini
# Pip stufff
pip-log.txt
#log stuff
*.log
# virtualenv link (to be activated with . env/bin/activate)
env
# buildout files and dir
parts
.installed.cfg
bin
# Test stuff
test-database.db
test-config
test-suite.xml
.coverage
server/test-config.bak
tests/host.*
tests/testconfig
last_env*
tests/sandbox
tests/htmlcov
test-config-user
# SSL certs
server/host.cert
server/host.key
server/host.pem
#ignore vim swap files
*.sql
# Debian generated files
/sflvault-*.deb
/sflvault-*.changes
/sflvault-*.dsc
/sflvault-*.tar.gz
/sflvault-*.ppa.upload
/sflvault-*_source.build
build-stamp
/*/debian/sflvault-*
/*/debian/files
# symlinked changelogs in sphinx doc
/docs/sphinxsrc/server_changelog.txt
/docs/sphinxsrc/client_changelog.txt