Merge tag '0.10.2'
[ganeti_webmgr.git] / .gitignore
blobabca284b9274727d72f3ee4a72965079cf6f5986
1 ##
2 # The following lists what should be ignored in this git directory
3 ##
5 # Hidden files
6 .*
8 # All compiled python code
9 *.pyc
11 # Don't ignore the mailmap file
12 !.mailmap
14 # Don't track the top-level settings.py, but do track the internal one.
15 settings.py*
16 !settings.py.dist
17 !ganeti_web/settings.py
19 # ldap_settings
20 ldap_settings.py*
21 !ldap_settings.py.dist
23 # Any sqlite database files created by the project
24 *.db
26 # Patch and Diff files
27 *.diff
28 *.patch
30 # Failed patches
31 *.rej
32 *.orig
34 # Komodo files
35 *.komodo*
36 *.kpf
38 # PyCharm files
39 .idea
41 # vim swap files
42 *.swp
43 *.swo
45 # Log files
46 *.log
48 # Dunno about these; they were in Muddle's .gitignore
50 *.key
51 *.pid
52 *.pem
53 *.bak
54 *.old
56 # files that might exist in dev environment
57 django
58 ganeti_web_layout
59 object_log
60 object_permissions
61 noVNC
62 haystack
63 twisted_vncauthproxy
65 # files/dirs created by Fabric and or VirtualEnv
66 venv
67 env
68 bin
69 dependencies
70 include
71 lib
72 local
73 pysqlite2-doc
74 build
76 # whoosh index files (used by haystack search)
77 whoosh_index
79 # twisted cache
80 twisted/plugins/dropin.cache