gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Add generated libtool file and .libs/ directories

Open guillerodriguez opened this issue 1 year ago • 0 comments

  • libtool is a generated script. See https://www.sourceware.org/autobook/autobook/autobook_49.html ("You must then arrange for your project build process to create an instance of libtool on the user’s machine [...]"). Also documented in the generated script itself ("Generated automatically by config.status [...] NOTE: Changes made to this file will be lost: look at ltmain.sh")

  • .libs/ directories are created by libtool; see https://www.gnu.org/software/libtool/manual/libtool.html ("Note that Libtool automatically created .libs directory upon its first execution, where PIC library object files will be stored.")

guillerodriguez avatar Sep 25 '24 08:09 guillerodriguez