-
Notifications
You must be signed in to change notification settings - Fork 78
/
.gitignore
88 lines (74 loc) · 1.37 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
# TimeBuild log files
/build.resolve
build.timehistory
build.*.time
# Build temporary files
_objects.mac
*.ncb
*.edb
~
acl.txt
build.log
build.err
build*.metadata
buildchk.*
buildfre.*
tmp*.xml
**/objchk/*
**/*.dir/*
x64/*
*.exe
*.lib
*.pdb
*.aps
*.a
*.bin
SourcesCop*
build/*
# Generated files
inc/*.dat.h
inc/buildInfo.h
inc/resource.h
inc/symcrypt_internal_shared.inc
[Pp]ass*-buildfre.dbb
[Pp]ass*-buildfre.evt
[Pp]ass*-buildfre.log
[Pp]ass*-buildfre.metadata
[Pp]ass*-buildfre.prf
[Pp]ass*-buildfre.trc
[Pp]ass*-buildchk.dbb
[Pp]ass*-buildchk.evt
[Pp]ass*-buildchk.log
[Pp]ass*-buildchk.metadata
[Pp]ass*-buildchk.prf
[Pp]ass*-buildchk.trc
validate-pushrelease*.log
# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Python environment
.venv
# Visual Studio 2017 uses a .vs directory to store language service database and other files
.vs/
*.VC.db
*.VC.opendb
# Visual Studio creates cache files for the solution view that are written to the source tree:
*CompileInputs.cache
*AssemblyReference.cache
# Visual Studio user settings and filters
*.vcxproj.filters
*.vcxproj.user
release/
scbuild.log
# Cmake output
bin*/
CMakeFiles
CMakeCache.txt
**/cmake_install.*
# Makefiles from CMake
Makefile
# Local Guardian configuration
.gdn
# macOS folder attributes
.DS_Store