Skip to content

Commit 669532a

Browse files
committed
Update .gitignore.
1 parent a8721d5 commit 669532a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Makefile
2121
*.bundle
2222
*~
2323
*.pbc
24-
src/ops/*.h
25-
src/ops/*.c
26-
src/pmc/pmc_*.h
27-
src/pmc/*.c
24+
src/vm/parrot/ops/*.h
25+
src/vm/parrot/ops/*.c
26+
src/vm/parrot/pmc/pmc_*.h
27+
src/vm/parrot/pmc/*.c
2828
/nqp
2929
nqp.c
3030
nqp_group.c

0 commit comments

Comments
 (0)