-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (62 loc) · 937 Bytes
/
.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
*~
.#*
.DS_Store
.cproject
.hg/
.hgignore
.idea
*.iml
# C extensions
*.so
# IDE settings
.vscode/
.project
.settings/
# Local environment testing
.env
.valgrindrc
.vscode
.favorites.json
/build/
/config.toml
/dist/
/dl/
/doc/
/inst/
/llvm/
/mingw-build/
# Created by default with `src/ci/docker/run.sh`:
/obj/
/rustllvm/
/src/libcore/unicode/DerivedCoreProperties.txt
/src/libcore/unicode/DerivedNormalizationProps.txt
/src/libcore/unicode/PropList.txt
/src/libcore/unicode/ReadMe.txt
/src/libcore/unicode/Scripts.txt
/src/libcore/unicode/SpecialCasing.txt
/src/libcore/unicode/UnicodeData.txt
/src/libcore/unicode/downloaded
/target
# Generated by compiletest for incremental:
/tmp/
tags
tags.*
TAGS
TAGS.*
\#*
\#*\#
config.mk
config.stamp
Session.vim
.cargo
no_llvm_build
/target
**/*.rs.bk
# Coverage files
*.gcno
*.gcda
*.gcov
# These are backup files generated by rustfmt
**/*.rs.bk
# Local testing databases
local-testing/