Skip to content

Commit

Permalink
Add a .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Feb 18, 2009
1 parent 19f09f0 commit b196f39
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
@@ -0,0 +1,26 @@
Makefile
*.pbc

pipp
pipp.c
pipp.o
pipp.obj
pipp.exe

*.patch

src/pct/gen_*.pir

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

t/php/*.php
t/php/*.out

0 comments on commit b196f39

Please sign in to comment.