aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: bbdb5eee516842a2ac978a10be3fb7c41a7999da (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
# ----------------------------------------------
# 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/*.1.html
/doc/html/man/*.3.html
/doc/html/man/*.7.html
/examples/gl_basic
/examples/simple-x11-egl
/html/
/lib/
/libcmocka.a
/src/waffle/libwaffle_static.a
/tests/functional/gl_basic_test
/tests/unittests/waffle-unittest
/tests/wcore_attrib_list_unittest
/tests/wcore_config_attrs_unittest
/tests/wcore_error_unittest
/third_party/cmocka/config.h
/waffle-1.pc