-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.gitignore
117 lines (103 loc) · 1.55 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
# Visual C++ 6.0 Data Files
*.ncb
*.opt
*.positions
*.wwdb
# Binaries
*.a
*.dll
*.exe
*.lib
*.o
*.obj
*.so
# CMake
build/
out/
_deps/
CMakeSettings.json
*.dll.embed.manifest
*.dll.intermediate.manifest
*.exe.intermediate.manifest
*.lastbuildstate
*.vcxprojResolveAssemblyReference.cache
*_manifest.rc
BuildLog.htm
CMakeASM_NASMCompiler.cmake
CMakeCCompiler.cmake
CMakeCCompilerId.c
CMakeCXXCompiler.cmake
CMakeCXXCompilerId.cpp
CMakeDetermineCompilerABI_C.bin
CMakeDetermineCompilerABI_CXX.bin
CMakeDirectoryInformation.cmake
CMakeRCCompiler.cmake
CMakeSystem.cmake
CMakeCache.txt
DependInfo.cmake
INSTALL_force.rule
Makefile.cmake
RC.includecache
TargetDirectories.txt
VCTargetsPath.txt
build.make
cmake.check_cache
cmake_clean.cmake
cmake_install.cmake
compiler_depend.make
compiler_depend.ts
depend.internal
depend.make
feature_tests.bin
feature_tests.cxx
flags.make
generate.stamp
generate.stamp.depend
generate.stamp.list
generate.stamp.rule
link.txt
linklibs.rsp
nasm.props
mt.dep
objects1.rsp
progress.make
progress.marks
# Debug / Intermediate Files
*.ipch
*.idb
*.ilk
*.iobj
*.ipdb
*.exp
*.pch
*.pdb
*.recipe
*.vcxproj.FileListAbsolute.txt
# Resource Files
*.aps
*.res
# Logs
*.log
*.plg
*.tlog
# Thumbnails
*.DS_STORE
*.db
# MinGW Makefiles
*.cpp.obj.d
Makefile
Makefile2
# Visual Studio 2010 Solution / Project Files
.vs
# Visual Studio Code Files
.vscode/
# Visual Studio Code Analysis
CodeAnalysisResultManifest.txt
*.lastcodeanalysissucceeded
*.nativecodeanalysis.all.xml
*.nativecodeanalysis.sarif
*.nativecodeanalysis.xml
# Compression Formats
*.7z
*.rar
*.zip