|
1 |
| -# binary output |
2 |
| -*log |
3 |
| -screenshot_* |
4 |
| -video_frame_* |
5 |
| -# compiled binaries |
6 |
| -*.out |
7 |
| -*.dll |
8 |
| -hellot |
9 |
| -01_extended_init/extinit |
10 |
| -02_shaders/shaders |
11 |
| -03_vertex_buffer_objects/vbuffs |
12 |
| -04_mats_and_vecs/matsvecs |
13 |
| -05_virtual_camera/vcam |
14 |
| -06_vcam_with_quaternion/quats |
15 |
| -07_ray_picking/raypick |
16 |
| -08_phong/phong |
17 |
| -09_texture_mapping/texmap |
18 |
| -10_screen_capture/scrcap |
19 |
| -11_video_capture/vidcap |
20 |
| -12_debugging_shaders/debugshdrs |
21 |
| -13_mesh_import/meshimp |
22 |
| -14_multi_tex/multitex |
23 |
| -15_phongtextures/phongtex |
24 |
| -16_frag_reject/fragrej |
25 |
| -17_alpha_blending/alphablend |
26 |
| -18_spotlights/spotlights |
27 |
| -19_fog/fog |
28 |
| -20_normal_mapping/nmap |
29 |
| -cubemap |
30 |
| -22_geom_shaders/geomsh |
31 |
| -23_tessellation_shaders/tess |
32 |
| -24_gui_panels/overlays |
33 |
| -25_sprite_sheets/sprites |
34 |
| -26_bitmap_fonts/fonts |
35 |
| -generate |
36 |
| -view |
37 |
| -29_particle_systems/particles |
38 |
| -32_skinning_part_three/skin |
39 |
| -skin |
40 |
| -fbuffer* |
41 |
| -35_image_kernel/kernel |
42 |
| -37_deferred_shading/deferred |
43 |
| -38_texture_shadows/shads |
44 |
| -38_texture_shadows/apple_notes/command_line |
45 |
| -39_texture_mapping_srgb/texmap |
46 |
| -41_shader_hot_reload/hotreload |
47 |
| -pick |
48 |
| -compute |
49 |
| -exam* |
50 |
| -# custom user data |
51 |
| -atlas.meta |
52 |
| -atlas.png |
53 |
| -freefont-* |
54 |
| -*.ttf |
55 |
| -greek_* |
56 |
| -*.save |
57 |
| -# IDE and build systems temporary files |
58 |
| -build/ |
59 |
| -*.osx-e |
60 |
| -.vscode |
61 |
| -*.gcda |
62 |
| -*.gcno |
63 |
| -*.swp |
64 |
| -*.ilk |
65 |
| -*.exe |
66 |
| -*.pdb |
67 |
| -*.idb |
68 |
| -visual_studio/*/Debug/ |
69 |
| -visual_studio/*/*/Debug/ |
70 |
| -*.db |
71 |
| -*.ipch |
| 1 | +# binary output |
| 2 | +*log |
| 3 | +screenshot_* |
| 4 | +video_frame_* |
| 5 | +# compiled binaries |
| 6 | +*.out |
| 7 | +*.dll |
| 8 | +hellot |
| 9 | +01_extended_init/extinit |
| 10 | +02_shaders/shaders |
| 11 | +03_vertex_buffer_objects/vbuffs |
| 12 | +04_mats_and_vecs/matsvecs |
| 13 | +05_virtual_camera/vcam |
| 14 | +06_vcam_with_quaternion/quats |
| 15 | +07_ray_picking/raypick |
| 16 | +08_phong/phong |
| 17 | +09_texture_mapping/texmap |
| 18 | +10_screen_capture/scrcap |
| 19 | +11_video_capture/vidcap |
| 20 | +12_debugging_shaders/debugshdrs |
| 21 | +13_mesh_import/meshimp |
| 22 | +14_multi_tex/multitex |
| 23 | +15_phongtextures/phongtex |
| 24 | +16_frag_reject/fragrej |
| 25 | +17_alpha_blending/alphablend |
| 26 | +18_spotlights/spotlights |
| 27 | +19_fog/fog |
| 28 | +20_normal_mapping/nmap |
| 29 | +cubemap |
| 30 | +22_geom_shaders/geomsh |
| 31 | +23_tessellation_shaders/tess |
| 32 | +24_gui_panels/overlays |
| 33 | +25_sprite_sheets/sprites |
| 34 | +26_bitmap_fonts/fonts |
| 35 | +generate |
| 36 | +view |
| 37 | +29_particle_systems/particles |
| 38 | +32_skinning_part_three/skin |
| 39 | +skin |
| 40 | +fbuffer* |
| 41 | +35_image_kernel/kernel |
| 42 | +37_deferred_shading/deferred |
| 43 | +38_texture_shadows/shads |
| 44 | +38_texture_shadows/apple_notes/command_line |
| 45 | +39_texture_mapping_srgb/texmap |
| 46 | +41_shader_hot_reload/hotreload |
| 47 | +pick |
| 48 | +compute |
| 49 | +exam* |
| 50 | +# custom user data |
| 51 | +atlas.meta |
| 52 | +atlas.png |
| 53 | +freefont-* |
| 54 | +*.ttf |
| 55 | +greek_* |
| 56 | +*.save |
| 57 | +# IDE and build systems temporary files |
| 58 | +build/ |
| 59 | +*.osx-e |
| 60 | +.vscode |
| 61 | +*.gcda |
| 62 | +*.gcno |
| 63 | +*.swp |
| 64 | +*.ilk |
| 65 | +*.exe |
| 66 | +*.pdb |
| 67 | +*.idb |
| 68 | +visual_studio/*/Debug/ |
| 69 | +visual_studio/*/*/Debug/ |
| 70 | +*.db |
| 71 | +*.ipch |
| 72 | +*.obj |
0 commit comments