Skip to content

Commit 58c231d

Browse files
committed
gitignore: remove some things that look ancient
1 parent b2af718 commit 58c231d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.gitignore

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ __pycache__/
1818
.valgrindrc
1919
.vscode
2020
.favorites.json
21-
/*-*-*-*/
22-
/*-*-*/
2321
/Makefile
2422
/build
2523
/config.toml
@@ -29,9 +27,6 @@ __pycache__/
2927
/inst/
3028
/llvm/
3129
/mingw-build/
32-
/nd/
33-
/obj/
34-
/rt/
3530
/rustllvm/
3631
/src/libcore/unicode/DerivedCoreProperties.txt
3732
/src/libcore/unicode/DerivedNormalizationProps.txt
@@ -41,11 +36,6 @@ __pycache__/
4136
/src/libcore/unicode/SpecialCasing.txt
4237
/src/libcore/unicode/UnicodeData.txt
4338
/src/libcore/unicode/downloaded
44-
/stage[0-9]+/
45-
/target
46-
target/
47-
/test/
48-
/tmp/
4939
tags
5040
tags.*
5141
TAGS
@@ -54,14 +44,8 @@ TAGS.*
5444
\#*\#
5545
config.mk
5646
config.stamp
57-
keywords.md
58-
lexer.ml
5947
Session.vim
6048
src/etc/dl
61-
tmp.*.rs
62-
version.md
63-
version.ml
64-
version.texi
6549
.cargo
6650
!src/vendor/**
6751
/src/target/

0 commit comments

Comments
 (0)