diff mbox series

[v7,2/4] gitignore: ignore a bit more

Message ID 20201012233740.190-3-luoyonggang@gmail.com
State New
Headers show
Series Improve cirrus msys2 | expand

Commit Message

罗勇刚(Yonggang Luo) Oct. 12, 2020, 11:37 p.m. UTC
Enable the creating multiple build directory at the source root.
Ignore /meson/ and /roms/ for better search experience.

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Oct. 13, 2020, 8:38 a.m. UTC | #1
On 10/13/20 1:37 AM, Yonggang Luo wrote:
> Enable the creating multiple build directory at the source root.

> Ignore /meson/ and /roms/ for better search experience.

> 

> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>

> ---

>   .gitignore | 4 +++-

>   1 file changed, 3 insertions(+), 1 deletion(-)

> 

> diff --git a/.gitignore b/.gitignore

> index b32bca1315..f78ee9f297 100644

> --- a/.gitignore

> +++ b/.gitignore

> @@ -1,5 +1,5 @@

>   /GNUmakefile

> -/build/

> +/build*/

>   *.pyc

>   .sdk

>   .stgit-*

> @@ -10,3 +10,5 @@ TAGS

>   *~

>   *.ast_raw

>   *.depend_raw

> +/meson/

> +/roms/**/*


Why?
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index b32bca1315..f78ee9f297 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@ 
 /GNUmakefile
-/build/
+/build*/
 *.pyc
 .sdk
 .stgit-*
@@ -10,3 +10,5 @@  TAGS
 *~
 *.ast_raw
 *.depend_raw
+/meson/
+/roms/**/*