summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 99b8e09276cc6535c8cb4d40c56ad5e480e72272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# ----------------------------------------------
# CMake
# ----------------------------------------------

cmake_install.cmake
CMakeFiles

/install_manifest.txt
/CMakeCache.txt
/CPackConfig.cmake
/CPackSourceConfig.cmake

# ----------------------------------------------
# Ninja
# ----------------------------------------------

/.ninja_deps
/.ninja_log
/build.ninja
/rules.ninja

# ----------------------------------------------
# Make
# ----------------------------------------------

Makefile

# ----------------------------------------------
# Build Artifacts
# ----------------------------------------------

*.a
*.so

/bin/gl_basic
/bin/gl_basic_test
/bin/simple-x11-egl
/bin/wflinfo
/doc/html/man/waffle.7.html
/doc/html/man/waffle_attrib_list.3.html
/doc/html/man/waffle_config.3.html
/doc/html/man/waffle_context.3.html
/doc/html/man/waffle_display.3.html
/doc/html/man/waffle_dl.3.html
/doc/html/man/waffle_enum.3.html
/doc/html/man/waffle_error.3.html
/doc/html/man/waffle_feature_test_macros.7.html
/doc/html/man/waffle_gbm.3.html
/doc/html/man/waffle_get_proc_address.3.html
/doc/html/man/waffle_glx.3.html
/doc/html/man/waffle_gl_misc.3.html
/doc/html/man/waffle_init.3.html
/doc/html/man/waffle_is_extension_in_string.3.html
/doc/html/man/waffle_make_current.3.html
/doc/html/man/waffle_native.3.html
/doc/html/man/waffle_wayland.3.html
/doc/html/man/waffle_window.3.html
/doc/html/man/waffle_x11_egl.3.html
/doc/html/man/wflinfo.1.html
/examples/gl_basic
/examples/simple-x11-egl
/html/
/lib/
/libcmocka.a
/src/waffle/libwaffle_static.a
/tests/functional/gl_basic_test
/tests/waffle_test/libwaffle_test.dylib
/tests/unittests/waffle-unittest
/tests/wcore_attrib_list_unittest
/tests/wcore_config_attrs_unittest
/tests/wcore_error_unittest
/waffle-1.pc