Fabfile: PEP8
[ganeti_webmgr.git] / .gitignore
blobbc80b95b3ce3f234875895c7de17df0f172cf6b8
1 ##
2 # The following lists what should be ignored in this git directory
3 ##
5 # All compiled python code
6 *.pyc
8 # Don't track the top-level settings.py, but do track the internal one.
9 settings.py*
10 !settings.py.dist
11 !ganeti_web/settings.py
13 # Any sqlite database files created by the project
14 *.db
16 # Patch and Diff files
17 *.diff
18 *.patch
20 # Failed patches
21 *.rej
22 *.orig
24 # Komodo files
25 *.komodo*
26 *.kpf
28 # PyCharm files
29 .idea
31 # vim swap files
32 *.swp
33 *.swo
35 # Log files
36 *.log
38 # Dunno about these; they were in Muddle's .gitignore
40 *.key
41 *.pid
42 *.pem
43 *.bak
44 *.old
46 # files that might exist in dev environment
47 django
48 ganeti_web_layout
49 object_log
50 object_permissions
51 noVNC
52 haystack
53 twisted_vncauthproxy
55 # files/dirs created by Fabric and or VirtualEnv
56 venv
57 env
58 bin
59 dependencies
60 include
61 lib
62 local
63 pysqlite2-doc
64 build
66 # whoosh index files (used by haystack search)
67 whoosh_index
69 # twisted cache
70 twisted/plugins/dropin.cache
72 # Hidden files