Merge branch 'bug/9471' into develop
[ganeti_webmgr.git] / .gitignore
blob52ff03a7411e9575108be68eb38d1d6f006dbf5d
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 # Komodo files
21 *.komodo*
22 *.kpf
24 # PyCharm files
25 .idea
27 # vim swap files
28 *.swp
29 *.swo
31 # Log files
32 *.log
34 # files that might exist in dev environment
35 django
36 ganeti_web_layout
37 object_log
38 object_permissions
39 noVNC
40 muddle
41 haystack
42 muddle_users
43 twisted_vncauthproxy
45 # files/dirs created by Fabric and or VirtualEnv
46 bin
47 dependencies
48 include
49 lib
50 pysqlite2-doc
51 build
53 # whoosh index files (used by haystack search)
54 whoosh_index
56 # twisted cache
57 twisted/plugins/dropin.cache
59 # Hidden files