ply icon indicating copy to clipboard operation
ply copied to clipboard

.gitignore: modified to properly filter out libtool binary

Open ubinator opened this issue 1 year ago • 0 comments

I'm going to be completely honest, I don't know how your build system works, but I cross-compiled it using ./configure --host ... --build ... and produced (in my case obviously) x86_64-redhat-linux-libtool, which slipped through the .gitignore. This commit fixes that with /*libtool in .gitignore.

The above title and description is that of the single commit this pull request contains. I know it's a small thing, but I saw the issue in my own copy of the repo and I thought, why not, seems like something they wouldn't object to. Plus, it gives me something to waste time with at work :)

ubinator avatar Aug 23 '24 15:08 ubinator