forked from mitsuba-renderer/nanogui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (47 loc) · 727 Bytes
/
.gitignore
File metadata and controls
49 lines (47 loc) · 727 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
*.exe
*.lib
*.cmake
.DS_Store
ext_build
nanogui_resources.*
build
CMakeCache.txt
CMakeFiles
.ninja_deps
.ninja_log
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
icons
*~
nanogui*.so
nanogui*.pyd
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