-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
147 lines (121 loc) · 1.9 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
# Prerequisites
*.d
.tmp
local_build
*cling-build*
node_modules
*_generated.*
examples/webclient/dist
build-*
*local_build*
# Mac OS X files
*.DS_Store
# ctag files
.tags
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Editors
.vscode
.idea/
# Build
cmake_install.cmake
CMakeCache.txt
Makefile
build/*
CMakeFiles/*
CMakeFiles
xcode/*
CMakeLists\.txt\.user
cmake-build-*/
/*.sln
/*.xcodeproj
/Makefile
*.target.xml
*.exe.config
CTestTestfile.cmake
CMakeScripts
Testing
install_manifest.txt
compile_commands.json
__pycache__/
# coverage results
coverage
build/coverage
# Build 3dparty
build-iwyu/
build-g3log/
abseil/
compile_commands\.json
include-what-you-use
!submodules/include-what-you-use
# Ignore Unix backup files
*~
# Ignore vscode
# Ignore build artifacts
bin
build
out
# Test results
Testing/
# Ignore intermediate folders
intermediate/
# Ignore any saved local files
saved/
# Explcitly ignore Mac DS_Store files, regardless of where they are
.DS_Store
# Ignore thirdparty folders
thirdparty/
#submodules/
# log
*.log
*.directory
*.autosave
*.txt.user.*
/trace_report.json
/typescript
/cling
/graph_info.json
/environment.sh.env
/deactivate.sh
/conaninfo.txt
/conanbuildinfo.txt
/conanbuildinfo.cmake
/conan_paths.cmake
/conan.lock
/activate.sh
/examples/basis_lib/activate.sh
/examples/basis_lib/conan.lock
/examples/basis_lib/conan_imports_manifest.txt
/examples/basis_lib/conan_paths.cmake
/examples/basis_lib/conanbuildinfo.cmake
/examples/basis_lib/conanbuildinfo.txt
/examples/basis_lib/conaninfo.txt
/examples/basis_lib/deactivate.sh
/examples/basis_lib/environment.sh.env
/examples/basis_lib/graph_info.json
*.gdb_history
/conan_imports_manifest.txt
/tests/data/asset_complete.json
/package-lock.json