Skip to content

Commit 821262f

Browse files
committed
Use globs to ignore target directories.
Signed-off-by: OGINO Masanori <[email protected]>
1 parent 5ebda6d commit 821262f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
.project
5252
.settings/
5353
.valgrindrc
54+
/*-*-*-*/
55+
/*-*-*/
5456
/Makefile
5557
/build
5658
/dist/
@@ -75,8 +77,6 @@ TAGS.vi
7577
\#*\#
7678
config.mk
7779
config.stamp
78-
i686-pc-mingw32/
79-
i686-unknown-linux-gnu/
8080
keywords.md
8181
lexer.ml
8282
src/.DS_Store
@@ -86,5 +86,3 @@ tmp.*.rs
8686
version.md
8787
version.ml
8888
version.texi
89-
x86_64-apple-darwin/
90-
x86_64-unknown-linux-gnu/

0 commit comments

Comments
 (0)