commit: f5ebd802731de439298b330e64294f47662a1dd7 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Jul 11 13:56:20 2017 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Jul 11 13:56:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=f5ebd802
Add .gitignore .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d738a79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# These should not be committed ever +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.log +config.status +configure +doc/php-fpm.example.init +install-sh +missing +src/php.eselect +src/php.eselect.in
