Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed May 1, 2012
1 parent 7944961 commit 3a1930f
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
vendor/
composer.phar
composer.lock
pom.xml
tests/Fixtures/bookstore-packaged/build/
tests/Fixtures/bookstore/build/
check_cs

tests/Fixtures/namespaced/build/
tests/Fixtures/nestedset/build/
tests/Fixtures/schemas/build/
tests/Fixtures/bookstore/runtime-conf.xml-e
tests/Fixtures/schemas/build/

tests/Fixtures/bookstore/build/
tests/Fixtures/bookstore/runtime-conf.xml
tests/Fixtures/namespaced/runtime-conf.xml-e
tests/Fixtures/namespaced/runtime-conf.xml
tests/Fixtures/schemas/runtime-conf.xml-e
tests/Fixtures/schemas/runtime-conf.xml
tests/Fixtures/bookstore/build.properties

tests/Fixtures/bookstore-packaged/build/
tests/Fixtures/bookstore-packaged/build.properties
tests/Fixtures/bookstore-packaged/runtime-conf.xml
tests/Fixtures/bookstore/build.properties

tests/Fixtures/namespaced/runtime-conf.xml
tests/Fixtures/namespaced/build.properties

tests/Fixtures/schemas/runtime-conf.xml
tests/Fixtures/schemas/build.properties

tests/Fixtures/reverse/mysql/build/
tests/Fixtures/reverse/mysql/build.properties
tests/Fixtures/reverse/mysql/runtime-conf.xml

tests/Fixtures/reverse/pgsql/build/
tests/Fixtures/reverse/pgsql/runtime-conf.xml
tests/Fixtures/schemas/build.properties
vendor/
check_cs

0 comments on commit 3a1930f

Please sign in to comment.