Merge remote-tracking branch 'origin/develop' into develop
[ganeti_webmgr.git] / .gitignore
bloba2fca171698e639d4b8604f4c2627a3d77df636f
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 local
51 pysqlite2-doc
52 build
54 # whoosh index files (used by haystack search)
55 whoosh_index
57 # twisted cache
58 twisted/plugins/dropin.cache
60 # Hidden files