-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (57 loc) · 876 Bytes
/
.gitignore
File metadata and controls
59 lines (57 loc) · 876 Bytes
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
55
56
57
58
59
*\.exe
*\.lib
*\.cmake
*\.pyi
py\.typed
.DS_Store
ext_build
nanogui_resources.*
build
CMakeCache.txt
CMakeFiles
\.ninja_deps
\.ninja_log
install_manifest\.txt
build.ninja
rules.ninja
Makefile
bin2c
example[1-9]
example[1-9].bc
example[1-9].wasm
example[1-9].js
example[1-9].exe
example_icons
example_icons.bc
example_icons.js
example_icons.wasm
example_icons.exe
example_hdr
example_hdr.bc
example_hdr.js
example_hdr.wasm
example_hdr.exe
icons
*~
nanogui*.so
nanogui*.pyd
libnanobind-static.a
libnanogui.so
libnanogui.a
libnanogui.bc
libnanogui.dylib
*.metallib
.vscode/
# html documentation specific
*.pyc
docs/_build
docs/doxyoutput
docs/api
# entypo update generation
# this is it's own repo: https://github.com/svenevs/nanogui-entypo
# should not ever be needed again unless there are new
# icons added :)
resources/nanogui-entypo
compile_commands.json
\.clangd
\.cache