tests: meson: remove host_machine.system() guard
[mesa-waffle.git] / .gitignore
blobbbdb5eee516842a2ac978a10be3fb7c41a7999da
1 # ----------------------------------------------
2 # CMake
3 # ----------------------------------------------
5 cmake_install.cmake
6 CMakeFiles
8 /install_manifest.txt
9 /CMakeCache.txt
10 /CPackConfig.cmake
11 /CPackSourceConfig.cmake
13 # ----------------------------------------------
14 # Ninja
15 # ----------------------------------------------
17 /.ninja_deps
18 /.ninja_log
19 /build.ninja
20 /rules.ninja
22 # ----------------------------------------------
23 # Make
24 # ----------------------------------------------
26 Makefile
28 # ----------------------------------------------
29 # Build Artifacts
30 # ----------------------------------------------
32 *.a
33 *.so
35 /bin/gl_basic
36 /bin/gl_basic_test
37 /bin/simple-x11-egl
38 /bin/wflinfo
39 /doc/html/man/*.1.html
40 /doc/html/man/*.3.html
41 /doc/html/man/*.7.html
42 /examples/gl_basic
43 /examples/simple-x11-egl
44 /html/
45 /lib/
46 /libcmocka.a
47 /src/waffle/libwaffle_static.a
48 /tests/functional/gl_basic_test
49 /tests/unittests/waffle-unittest
50 /tests/wcore_attrib_list_unittest
51 /tests/wcore_config_attrs_unittest
52 /tests/wcore_error_unittest
53 /third_party/cmocka/config.h
54 /waffle-1.pc