revised model loading order
[csRadar.git] / .gitignore
1 # Whitelist mode
2
3 # Ignore all but directories
4 *
5 !*/
6
7 ./build.linux
8
9 # ALLOW ============================
10 !.gitattributes
11 !.gitignore
12
13 # Code sources _____________________
14 # C source files
15 !*.c
16 !*.h
17
18 # Blender projects
19 !*.blend
20
21 # Build scripts
22 !*.sh
23 !*.bat