Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit cd6b290

Browse files
committed
Merge pull request #1391 from gchatelet/fix_druntime_gitignore
Remove tests from .gitignore
2 parents 4bc07fc + 692fb94 commit cd6b290

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ trace.log
1010
Makefile
1111
/errno_c.obj
1212
make
13-
test/*

test/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/generated/
2+
**/obj/
3+
**/*.log
4+
**/*.output

0 commit comments

Comments
 (0)