forked from osuosl/ganeti_webmgr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (58 loc) · 873 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
73
##
# The following lists what should be ignored in this git directory
##
# Hidden files
.*
!*.gitignore
!.travis.yml
# All compiled python code
*.pyc
# Don't ignore the mailmap file
!.mailmap
# Any sqlite database files created by the project
*.db
# Patch and Diff files
*.diff
*.patch
# Failed patches
*.rej
*.orig
# Komodo files
*.komodo*
*.kpf
# PyCharm files
.idea
# vim swap files
*.swp
*.swo
# Log files
*.log
# Dunno about these; they were in Muddle's .gitignore
*~
*.key
*.pid
*.pem
*.bak
*.old
# files that might exist in dev environment
django
ganeti_web_layout
object_log
object_permissions
haystack
twisted_vncauthproxy
# files/dirs created by Fabric and or VirtualEnv
venv
env
bin
dependencies
lib
local
pysqlite2-doc
build
dist
*.egg-info
# whoosh index files (used by haystack search)
whoosh_index
# twisted cache
twisted/plugins/dropin.cache