build scripts
[fishladder.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 bin/
11 dist/
12 restricted/
13 .temp_textures/
14
15 # ALLOW ============================
16 !.gitattributes
17 !.gitignore
18 !.gitmodules
19
20 # Code sources _____________________
21 # C source files
22 !*.c
23 !*.h
24
25 # Blender projects
26 !*.blend
27
28 # GLSL shader source files
29 !*.fs
30 !*.vs
31 !*.glsl
32
33 # Python source files
34 !*.py
35
36 # Build scripts
37 !*.sh
38 !*.bat
39 !*.conf
40 !*.vdf
41
42 # Compiled resources _______________
43 # MMV proprietary files
44 !*.vmd
45 !*.vma
46 !*.cfg
47 !*.vmv
48 !*.map
49
50 # Other game assets (3rd party)
51 !*.bdf
52 !*.png
53 !*.ogg
54 !*.txt
55 !*.tga
56 !*.qoi