Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
600 B

# backup files
*~
# build directories
/build*
/.cppan*
/.sw*
/win*
/bin
# files in prog without a .
/prog/*
!/prog/*/
!/prog/*.*
# files generated by build
*.exe
*.la
*.lo
*.log
*.o
*.pc
*.lnk
.deps
.libs
makefile
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache
/config/
/config.status
/config_auto.h
/configure
/lib/
/libtool
/m4/
/obj/
/src/endianness.h
/stamp-h1
cmake/templates/LeptonicaConfig-version.cmake
cmake/templates/LeptonicaConfig.cmake
# files generated by compiling conv2doxy
conv2doxy
# files generated by doxygen
/doxygen.log
/doc/*.tmp
/doc/html/*
# test results
/prog/*.trs