Skip to content

Commit

Permalink
Various .gitignore additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Oct 18, 2009
1 parent ca65997 commit a834894
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -12,6 +12,11 @@ perl6.exe
perl6.c
perl6.o
perl6.obj
perl6.RES
perl6.ilk
perl6.opt
perl6.pdb
perl6.rc
t/localtest.data
t/spec
parrot
Expand All @@ -26,3 +31,5 @@ dynext/perl6_*.so
dynext/perl6_*.dll
perl6_group.?
libparrot.dll
src/binder/bind.bundle
src/binder/bind.o
4 changes: 4 additions & 0 deletions src/ops/.gitignore
@@ -1,6 +1,7 @@
*.c
*.dump
*.o
*.obj
*.so
*.h
*.bundle
Expand All @@ -10,3 +11,6 @@
*.ilk
*.lib
*.pdb
*.opt
*.dsp
*.dsw
4 changes: 4 additions & 0 deletions src/pmc/.gitignore
@@ -1,6 +1,7 @@
*.c
*.dump
*.o
*.obj
*.so
*.h
*.bundle
Expand All @@ -10,4 +11,7 @@
*.ilk
*.lib
*.pdb
*.opt
*.dsp
*.dsw
objectref.pmc

0 comments on commit a834894

Please sign in to comment.