Skip to content

Commit

Permalink
Adding .gitignore
Browse files Browse the repository at this point in the history
Summary:
This is my local exclude file. It hides all the garbage that phpize puts into your directory in addition to bison, flex, and re2c generated files.
  • Loading branch information
Marcel Laverdet committed Jan 7, 2010
1 parent 82da359 commit bba7d3d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
*.[oa]
*.[ls]o
*.la
*.swp
xhp/parser.yacc.*
xhp/scanner.lex.*
xhp/fastpath.cpp
xhp/libxhp.so
xhp/xhpize
/.deps
/.libs
/Makefile
/Makefile.fragments
/Makefile.global
/Makefile.objects
/acinclude.m4
/aclocal.m4
/autom4te.cache
/build
/config.guess
/config.h
/config.h.in
/config.log
/config.nice
/config.status
/config.sub
/configure
/configure.in
/install-sh
/libtool
/ltmain.sh
/missing
/mkinstalldirs
/modules
/run-tests.php

0 comments on commit bba7d3d

Please sign in to comment.