Skip to content

Commit 4bde056

Browse files
committed
tweak ignores
1 parent fcb186d commit 4bde056

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ __pycache__/
1919
.vscode
2020
.favorites.json
2121
/Makefile
22-
/build
22+
/build/
23+
/target/
2324
/config.toml
2425
/dist/
2526
/dl/
26-
/doc
27+
/doc/
2728
/inst/
2829
/llvm/
2930
/mingw-build/
31+
/obj/
3032
/rustllvm/
3133
/src/libcore/unicode/DerivedCoreProperties.txt
3234
/src/libcore/unicode/DerivedNormalizationProps.txt
@@ -45,6 +47,5 @@ TAGS.*
4547
config.mk
4648
config.stamp
4749
Session.vim
48-
src/etc/dl
4950
.cargo
5051
no_llvm_build

0 commit comments

Comments
 (0)