<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div><br></div><div>On Thu, Jul 23, 2020, at 15:22, Daniel Glaas wrote:<br></div><blockquote type="cite" id="qt" style=""><div>After having run "make" and "make check" after a fresh checkout leads to <br></div><div>several unversioned files shown by "git status".<br></div></blockquote><div><br></div><div>It's because you are compiling in tree. For VLC (and many other projects), we recommend to build out of tree.<br></div><div><br></div><div>$ cd vlc<br></div><div>$ mkdir build-linux<br></div><div>$ cd build-linux<br></div><div>$ ../configure <your_options><br></div><div>$ make<br></div><div><br></div><div>Then, you won't have your git polluted and you can have more than one build configuration (example: build-asan/   build-linux/  build-win32/  build-win64/).<br></div><div><br></div><blockquote type="cite" id="qt" style=""><div><br></div><div>This patch adds some entries in the common .gitignore file and adds two <br></div><div>new files in nested directories.<br></div><div><br></div><div><br></div><div>_______________________________________________<br></div><div>vlc-devel mailing list<br></div><div>To unsubscribe or modify your subscription options:<br></div><div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div><div><br></div><div><b>Attachments:</b><br></div><ul><li>.gitignore-Add-some-more-specific-entries-to-gitigno.patch<br></li></ul></blockquote><div><br></div></body></html>