forked from chakra-core/ChakraCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
111 lines (100 loc) · 1.16 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
# Visual Studio
*_i.c
*_p.c
*.aps
*.bak
*.cache
*.dll
*.err
*.exe
*.i
*.ilk
*.lib
*.log
*.ncb
*.obj
*.opendb
*.opensdf
*.pch
*.pdb
*.sbr
*.sdf
*.suo
*.tlb
*.tlh
*.user
*.VC.db
*.vcxproj.user
*.vspscc
*.wrn
.vs/
# Visual Studio Extensions
*.vadbg
*.args.json
# Build Artifacts
build_*.err
build_*.log
build_*.wrn
Build/ipch/
Build/swum-cache.txt
Build/VCBuild*/
buildchk.*
buildfre.*
out/
_DROP/
# Generated Files
*.bc
*.dpl.*
*.nupkg
*.pyc
*.tlog/
/test/_ttdlog/*
ComputedEnvironment.cmd
packages/
profile.dpl.*
sd.ini
test/*/*.baseline.rebase
test/benchmarks/*.dpl
test/benchmarks/*.txt
testout*
packages.config
lib/wabt/built/
# CMake Files
cmake_install.cmake
CMakeCache.txt
CMakeFiles
CMakeScripts
install_manifest.txt
# xcode
*.xcodeproj
*.xcworkspace
# ICU
deps/Chakra.ICU/Chakra.ICU.props
deps/Chakra.ICU/icu
# CMake External Project
deps/thirdparty
# VIM
.*.swo
.*.swp
tags
# VS Code
.vscode/
# additional *nix generated files
*.a
*.gch
*.o
*.so
*.dylib
Makefile
pal/src/config.h
lib/wabt/built/config.h
# Generated by other tools
*.lldb.cmd
*.orig
.DS_Store
android-toolchain-arm/
cc-toolchain/
/TraceOutput.txt
Build/VcBuild
Build/VcBuild.NoJIT
Build/VcBuild.SWB