php-gnupg/.gitignore

76 lines
756 B
Text
Raw Normal View History

2015-12-27 06:45:48 +00:00
# from svn:ignore
.deps
.libs
.php-version
.rbenv-version
acinclude.m4
aclocal.m4
autom4te.cache
build
config.guess
config.h
config.h.in
config.log
config.nice
config.status
config.sub
configure
2017-09-11 16:23:06 +00:00
configure.ac
2015-12-27 06:45:48 +00:00
configure.in
extras
include
install-sh
libtool
ltmain.sh
Makefile
Makefile.fragments
Makefile.global
Makefile.objects
missing
mkinstalldirs
modules
run-tests.php
tmp-php.ini
# General Ignores
*~
.#*
*.
*.slo
*.mk
*.mem
*.gcda
*.gcno
*.la
*.lo
2018-09-29 14:02:20 +00:00
*.loT
2015-12-27 06:45:48 +00:00
*.o
*.a
*.ncb
*.opt
*.plg
*swp
*.patch
*.tgz
*.tar.gz
*.tar.bz2
.FBCIndex
.FBCLockFolder
core
# Test specific Ignores
tests/*.diff
tests/*.exp
tests/*.log
tests/*.out
tests/*.php
tests/*.sh
2016-05-21 20:27:06 +00:00
tests/pubring.kbx
tests/random_seed
tests/sshcontrol
tests/trustdb.gpg
2015-12-27 06:45:48 +00:00
# coverage
/coverage.info
/reports