[vlc-devel] [PATCH] .gitignore: Add some more specific entries to gitignore files
Daniel Glaas
daniel.glaas at freenet.de
Thu Jul 23 15:53:02 CEST 2020
Ok, I followed the guide written here:
https://wiki.videolan.org/UnixCompile/#Configuration.
<https://wiki.videolan.org/UnixCompile/#Configuration> There it is
indeed written:
Prefix
If you want to install VLC into another directory, run
$ <https://wiki.videolan.org/Command-line_interface/> ./configure --prefix=/path/to/install/folder/
But I saw no reason to choose a different installation folder. Thus my
patches can be ignored and maybe this wiki article should be extended by
some more explaining words.
Am 23.07.20 um 15:45 schrieb Thomas Guillem:
>
> 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
>>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200723/cce68a0e/attachment.html>
More information about the vlc-devel
mailing list