Skip to content

Commit f9d29fd

Browse files
committed
Correct and update .gitignore
1 parent bdfbbb8 commit f9d29fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ run-tests.php
4040
php_test_results_*
4141

4242
# Parser files
43-
parser/lemon
44-
parser/zephir.c
45-
parser/zephir.h
46-
parser/zephir.out
43+
/parser/lemon
44+
/parser/zephir.c
45+
/parser/zephir.h
46+
/parser/zephir.out
4747

4848
release
49-
coverage.info
49+
lcov.info
5050
/coverage

0 commit comments

Comments
 (0)