c-capnproto/.gitignore
Jonah Beckford f07596dbb5 Add CMake and tests
- Port tests to GitLab
- Add GitLab CI test matrix
- Remove gtest submodule
2023-08-07 20:28:42 -07:00

38 lines
No EOL
305 B
Text

aclocal.m4
autom4te*.cache
configure
config.h*
confdefs.h
config.status
libtool
stamp-h*
Makefile
Makefile.in
.deps
.libs
.dirstamp
test-driver
*.log
*.trs
tests/*.out
*.o
*.a
*.so
*.lo
*.la
capn-test
capnpc-c
c-capnproto.pc
*.tar.gz
subprojects/googletest-*
subprojects/packagecache
/build/
/.ci/