forked from napframework/nap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
151 lines (149 loc) · 3.61 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
__pycache__
bin/
install/
lib/
build/
.idea/
.idea/workspace.xml
py/.idea/
lib/Clang/
xcode/*
codeblocks/*
cmake-build-debug/*
core/Debug/
.vscode/
vs/
cache/
system_modules/napof/Debug/
system_modules/napof/Release/
system_modules/napgui/Debug/
system_modules/napgui/Release/napgui.tlog/Lib-link.read.1.tlog
system_modules/napgui/Release/
system_modules/napetherservice/Release/
system_modules/napinput/Debug/
system_modules/napetherservice/Debug/
core/Release/
system_modules/napinput/Release/
test/unittest/Release/unittest.vcxprojResolveAssemblyReference.cache
*.user
system_modules/napawesomium/Release/napawesomium.vcxprojResolveAssemblyReference.cache
system_modules/network/Release/
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/macos/universal
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
!system_modules/napportaudio/thirdparty/portaudio/macos/universal/lib/
!system_modules/napaudio/thirdparty/libsndfile/macos/universal/lib/
!system_modules/napaudio/thirdparty/mpg123/macos/universal/lib/
!system_modules/naposc/thirdparty/oscpack/macos/universal/lib/
!system_modules/napmidi/thirdparty/rtmidi/macos/universal/lib/
!thirdparty/rttr/macos/universal/bin/
!thirdparty/python/macos/universal/bin/
!thirdparty/python/macos/universal/lib/
!thirdparty/cmake/macos/universal/bin/
!thirdparty/cmake/macos/universal/share/*/*
!system_modules/napportaudio/thirdparty/portaudio/macos/x86_64/lib/
!system_modules/napaudio/thirdparty/libsndfile/macos/x86_64/lib/
!system_modules/napaudio/thirdparty/mpg123/macos/x86_64/lib/
!system_modules/naposc/thirdparty/oscpack/macos/x86_64/lib/
!system_modules/napmidi/thirdparty/rtmidi/macos/x86_64/lib/
!thirdparty/rttr/macos/x86_64/bin/
!thirdparty/python/macos/x86_64/bin/
!thirdparty/python/macos/x86_64/lib/
!thirdparty/cmake/macos/x86_64/bin/
!thirdparty/cmake/macos/x86_64/share/*/*
thirdparty/docker_images/cmake