Replacing .gitkeep with .gitignore, so that artifacts created in the build directories are properly ignored, and don't end up being committed to the repo on accident.

This commit is contained in:
MarkMaldaba 2013-05-16 12:55:29 +01:00
parent 1a92d1c619
commit 09c546df58
4 changed files with 4 additions and 0 deletions

2
PHPCI/build/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

View file

2
build/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore

View file