summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c005a5a2c0b12e60778809af48b31a37f23e3eac (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
.*.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