Skip to content

Commit 97bad46

Browse files
authored
Relax .gitignore to also account for build artifacts in test/ (#13)
1 parent 7182e58 commit 97bad46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
/*.bak
99
/*.byte
1010
/*.docdir
11-
/*.native
11+
*.native
1212
/Makefile
13-
/_build/
13+
_build/
1414
/_tags
1515
/configure
1616
/doc

0 commit comments

Comments
 (0)