summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0f4c952c2ecd499e4f49543b12a47e20681ff65e (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
.*.sw?
*.pyc
*.tar.bz2
*.zip
*~

.ninja_log
build.ninja
rules.ninja
.ninja_deps

_CPack_Packages

bin
lib
CMakeFiles
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
cmake_install.cmake
CMakeCache.txt
target_api
tests/glslparsertest/glslcompiler
generated_tests/cl
compile_commands.json

.tox/
.cache/
__pycache__/

*.css
*.html

tests/*.xml
tests/*.xml.gz
!tests/*.meta.xml