third_party_nghttp2/.gitignore

65 lines
649 B
Plaintext
Raw Permalink Normal View History

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