-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
115 lines (113 loc) · 2.04 KB
/
.gitignore
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
__pycache__
bin/
build/
.idea/
.idea/workspace.xml
py/.idea/
lib/Clang/
xcode/*
codeblocks/*
cmake-build-debug/*
core/Debug/
.vscode/
vs/
lib/
*.user
modules/
napkin/Release/
/msvc32
/msvc64
*.pyc
*.tlog
*.obj
*.cache
*.pdb
*.log
*.idb
.idea
log.csv
CMakeCache.txt
CMakeFiles/3.8.0-rc3/CMakeCCompiler.cmake
CMakeFiles/3.8.0-rc3/CMakeCXXCompiler.cmake
CMakeFiles/3.8.0-rc3/CMakeSystem.cmake
CMakeFiles/cmake.check_cache
arch.c
system_modules/.vs/Project/v14/.suo
.DS_Store
*.mesh
nap.sublime-project
nap.sublime-workspace
*.mesh
*.BridgeSort
docs/html
docs/latex
!/docs/doxygen/bin
apps/*
!apps/example
imgui.ini
packaging_staging
packaging_build
packaging_build_*
packaging_lib
packaging_bin
build_info.json
build_number.cmake
source_info.json
cached_app_json.cmake
cached_project_json.cmake
cached_module_json.cmake
NAP-*-*
NAP_SOURCE-*
.externalNativeBuild
*.iml
local.properties
.idea/workspace.xml
.idea/libraries
**/assets/nap_modules/*/module.json
*.db-shm
*.db-wal
apply_executable_permissions.cmd
cmake/qt_checker/proj_temp
*.swp
cmake-build-release
**/cache/path_mapping.json
/venv/
report.json
*.ini
demos/vinyl/data/snapshots
/solution_info.json
additional_targets.cmake
tools/buildsystem/packaged_dependencies_tester/*/*
# Brought over from thirdparty/.gitignore
thirdparty/rapidjson/thirdparty/
*.o
thirdparty/rttr/macos/*
!thirdparty/rttr/macos/x86_64
thirdparty/rttr/msvc/*
!thirdparty/rttr/msvc/x86_64
thirdparty/rttr/linux/*
!thirdparty/rttr/linux/x86_64
!thirdparty/rttr/linux/armhf
!thirdparty/rttr/linux/arm64
thirdparty/rttr/.DS_Store
system_modules/naprender/thirdparty/assimp/xcode/*
system_modules/naprender/thirdparty/assimp/test/*
system_modules/naprender/thirdparty/assimp/*.cmake-build-debug
*.def
*.db
!*.pdb
*.exp
*.suo
*.ilk
*.opendb
*.tlo
*.iobj
*.ipdb
*.idb
*.ipch
*.tlog
pyvenv.cfg
system_modules/naprender/thirdparty/vulkansdk/linux/lib/libVkLayer_khronos_validation.so
system_modules/naprender/thirdparty/vulkansdk/linux/lib/libVkLayer_api_dump.so
system_modules/naplicense/thirdparty/cryptopp/linux/*/lib/libcryptopp.a
thirdparty/docker_images/cmake