third_party_nghttp2/.gitignore

57 lines
597 B
Plaintext
Raw Normal View History

2015-03-29 09:40:37 +00:00
# emacs backup file
2012-01-17 15:53:12 +00:00
*~
2015-03-29 09:40:37 +00:00
# autotools
2012-01-31 18:11:03 +00:00
*.la
2015-03-29 09:40:37 +00:00
*.lo
2012-01-31 18:07:35 +00:00
*.m4
2015-03-29 09:40:37 +00:00
*.o
2015-09-05 12:24:54 +00:00
*.pyc
2015-03-29 09:40:37 +00:00
.deps/
.libs/
INSTALL
2012-01-31 18:07:35 +00:00
Makefile
Makefile.in
autom4te.cache/
2015-03-29 09:40:37 +00:00
compile
2012-01-31 18:07:35 +00:00
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
2015-03-29 09:40:37 +00:00
depcomp
2012-01-31 18:07:35 +00:00
install-sh
2015-03-29 09:40:37 +00:00
libtool
2012-01-31 18:07:35 +00:00
ltmain.sh
2015-03-29 09:40:37 +00:00
missing
2012-01-31 18:07:35 +00:00
stamp-h1
2013-09-14 12:18:08 +00:00
test-driver
2015-03-29 09:40:37 +00:00
2016-02-29 15:13:19 +00:00
# cmake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
2016-02-29 15:20:31 +00:00
install_manifest.txt
2016-02-29 15:13:19 +00:00
CTestTestfile.cmake
build.ninja
rules.ninja
.ninja_deps
.ninja_log
lib*.so
lib*.so.*
lib*.a
# generated by "make test" with cmake
Testing/
2015-03-29 09:40:37 +00:00
# test logs generated by `make check`
*.log
*.trs
2015-09-05 12:26:58 +00:00
lib/MSVC_obj/
_VC_ROOT/
.depend.MSVC
*.pyd
*.egg-info/