1# emacs backup file 2*~ 3 4# autotools 5*.la 6*.lo 7*.m4 8*.o 9*.pyc 10.deps/ 11.libs/ 12INSTALL 13Makefile 14Makefile.in 15autom4te.cache/ 16compile 17config.guess 18config.h 19config.h.in 20config.log 21config.status 22config.sub 23configure 24depcomp 25install-sh 26libtool 27ltmain.sh 28missing 29stamp-h1 30test-driver 31 32# cmake 33CMakeCache.txt 34CMakeFiles/ 35cmake_install.cmake 36install_manifest.txt 37CTestTestfile.cmake 38build.ninja 39rules.ninja 40.ninja_deps 41.ninja_log 42lib*.so 43lib*.so.* 44lib*.a 45# generated by "make test" with cmake 46Testing/ 47 48# test logs generated by `make check` 49*.log 50*.trs 51 52lib/MSVC_obj/ 53_VC_ROOT/ 54.depend.MSVC 55*.pyd 56*.egg-info/ 57