wgl: add skeleton implementation
[mesa-waffle.git] / .gitignore
blob85a607f65f6d5c0d8d37f9d4eb21a5480579d40e
1 # ----------------------------------------------
2 # CMake
3 # ----------------------------------------------
5 cmake_install.cmake
6 CMakeFiles
8 /install_manifest.txt
9 /CMakeCache.txt
11 # ----------------------------------------------
12 # Ninja
13 # ----------------------------------------------
15 /.ninja_deps
16 /.ninja_log
17 /build.ninja
18 /rules.ninja
20 # ----------------------------------------------
21 # Make
22 # ----------------------------------------------
24 Makefile
26 # ----------------------------------------------
27 # Build Artifacts
28 # ----------------------------------------------
30 *.a
31 *.so
33 /bin/wflinfo
34 /doc/html/man/waffle.7.html
35 /doc/html/man/waffle_attrib_list.3.html
36 /doc/html/man/waffle_config.3.html
37 /doc/html/man/waffle_context.3.html
38 /doc/html/man/waffle_display.3.html
39 /doc/html/man/waffle_dl.3.html
40 /doc/html/man/waffle_enum.3.html
41 /doc/html/man/waffle_error.3.html
42 /doc/html/man/waffle_feature_test_macros.7.html
43 /doc/html/man/waffle_gbm.3.html
44 /doc/html/man/waffle_get_proc_address.3.html
45 /doc/html/man/waffle_glx.3.html
46 /doc/html/man/waffle_gl_misc.3.html
47 /doc/html/man/waffle_init.3.html
48 /doc/html/man/waffle_is_extension_in_string.3.html
49 /doc/html/man/waffle_make_current.3.html
50 /doc/html/man/waffle_native.3.html
51 /doc/html/man/waffle_wayland.3.html
52 /doc/html/man/waffle_window.3.html
53 /doc/html/man/waffle_x11_egl.3.html
54 /doc/html/man/wflinfo.1.html
55 /examples/gl_basic
56 /examples/simple-x11-egl
57 /lib/
58 /libcmocka.a
59 /src/waffle/libwaffle_static.a
60 /tests/functional/gl_basic_test
61 /tests/waffle_test/libwaffle_test.dylib
62 /tests/unittests/waffle-unittest
63 /tests/wcore_attrib_list_unittest
64 /tests/wcore_config_attrs_unittest
65 /tests/wcore_error_unittest
66 /waffle-1.pc