summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 76c95f993dbac65f49a82b42880762c7f8b4c91d (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
# ----------------------------------------------
# CMake
# ----------------------------------------------

cmake_install.cmake
CMakeFiles

/install_manifest.txt
/CMakeCache.txt

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

/.ninja_log
/build.ninja
/rules.ninja

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

Makefile

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

*.so

/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_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
/examples/gl_basic
/examples/simple-x11-egl
/lib/
/src/waffle/libwaffle_static.a
/src/waffle/dispatch/gl_dispatch.c
/src/waffle/dispatch/gl_dispatch.h
/src/waffle/dispatch/glx_dispatch.c
/src/waffle/dispatch/glx_dispatch.h
/tests/functional/gl_basic_test
/tests/waffle_test/libwaffle_test.dylib
/tests/unittests/waffle-unittest
/waffle-1.pc