We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb186d commit 4bde056Copy full SHA for 4bde056
.gitignore
@@ -19,14 +19,16 @@ __pycache__/
19
.vscode
20
.favorites.json
21
/Makefile
22
-/build
+/build/
23
+/target/
24
/config.toml
25
/dist/
26
/dl/
-/doc
27
+/doc/
28
/inst/
29
/llvm/
30
/mingw-build/
31
+/obj/
32
/rustllvm/
33
/src/libcore/unicode/DerivedCoreProperties.txt
34
/src/libcore/unicode/DerivedNormalizationProps.txt
@@ -45,6 +47,5 @@ TAGS.*
45
47
config.mk
46
48
config.stamp
49
Session.vim
-src/etc/dl
50
.cargo
51
no_llvm_build
0 commit comments