[vlc-devel] [PATCH] .gitignore: Add some more specific entries to gitignore files
Thomas Guillem
thomas at gllm.fr
Thu Jul 23 15:45:29 CEST 2020
On Thu, Jul 23, 2020, at 15:22, Daniel Glaas wrote:
> After having run "make" and "make check" after a fresh checkout leads to
> several unversioned files shown by "git status".
It's because you are compiling in tree. For VLC (and many other projects), we recommend to build out of tree.
$ cd vlc
$ mkdir build-linux
$ cd build-linux
$ ../configure <your_options>
$ make
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/).
>
> This patch adds some entries in the common .gitignore file and adds two
> new files in nested directories.
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
> *Attachments:*
> * .gitignore-Add-some-more-specific-entries-to-gitigno.patch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200723/bc3ef95f/attachment.html>
More information about the vlc-devel
mailing list