Ticket #6273 - object log add/edit entries are not showing links to object
[ganeti_webmgr.git] / .gitignore
blob0fb5b1dbde24a7903223955581deed1908b4350a
1 ##
2 # The following lists what should be ignored in this git directory
3 ##
5 # All compiled python code
6 *.pyc
8 # Settings should be setup per install
9 # Install all setting files except settings.py.dist
10 settings.py*
11 !settings.py.dist
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 # files that might exist in dev environment
32 django
33 object_log
34 object_permissions
35 noVNC
36 muddle
37 haystack
38 muddle_users
40 # files/dirs created by Fabric and or VirtualEnv
41 bin
42 dependencies
43 include
44 lib
45 pysqlite2-doc
47 # whoosh index files (used by haystack search)
48 whoosh_index
50 # twisted cache
51 twisted/plugins/dropin.cache
53 # Hidden files