misc
[vg.git] / .gitignore
1 # Gitignore for MMV project.
2 # Whitelist mode
3
4 # Ignore all but directories
5 *
6 !*/
7
8 build.linux/
9 build.win32/
10 restricted/
11 .temp_textures/
12
13 # ALLOW ============================
14 !.gitattributes
15 !.gitignore
16 !.gitmodules
17
18 # Dependencies _____________________
19 #!*.so
20 !*.a
21 !*.dll
22
23 # Code sources _____________________
24 # C source files
25 !*.c
26 !*.h
27
28 # Blender projects
29 !*.blend
30
31 # GLSL shader source files
32 !*.fs
33 !*.vs
34 !*.gls
35
36 # Python source files
37 !*.py
38
39 # Build scripts
40 !*.sh
41 !*.bat
42
43 # Compiled resources _______________
44 # MMV proprietary files
45 !*.vmd
46 !*.vma
47 !*.cfg
48 !*.vmv
49 !*.map
50
51 # Other game assets (3rd party)
52 !*.bdf
53 !*.png
54 !*.ogg
55 !*.txt
56 !*.tga