Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Feb 24, 2009
1 parent a98ce86 commit 0feb8bb
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions .gitignore
Expand Up @@ -4,36 +4,38 @@ Makefile
*.o
*.obj
*.exe
*.tmp

wmlsi
wmlsd
installable_*

man

ops/*.bundle
ops/*.c
ops/*.dll
ops/*.h
ops/*.o
ops/*.obj
ops/*.so

pmc/*.bundle
pmc/*.c
pmc/*.dll
pmc/*.dump
pmc/*.h
pmc/*.o
pmc/*.obj
pmc/*.pdb
pmc/*.so

runtime/*.pbc
src/*.pbc
src/opcode.pir
src/stdlibs.pir

src/ops/*.bundle
src/ops/*.c
src/ops/*.dll
src/ops/*.h
src/ops/*.o
src/ops/*.obj
src/ops/*.so

src/pmc/*.bundle
src/pmc/*.c
src/pmc/*.dll
src/pmc/*.dump
src/pmc/*.h
src/pmc/*.o
src/pmc/*.obj
src/pmc/*.pdb
src/pmc/*.so

src/runtime/*.pbc

t/*.out
t/*.pbc
t/*.pir
Expand Down

0 comments on commit 0feb8bb

Please sign in to comment.