From a7fb1ab8949a8761b50c98b838c9e4a1fa6e1dd0 Mon Sep 17 00:00:00 2001 From: Eugene Rudoy Date: Thu, 30 May 2019 23:03:22 +0200 Subject: [PATCH] Fix gitignore patterns, they were too general matching more than necessary --- .gitignore | 18 +++++++++--------- toolchain/.gitignore | 6 +++--- tools/.gitignore | 2 ++ 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index bac68f61b9..79ebb5c344 100644 --- a/.gitignore +++ b/.gitignore @@ -15,19 +15,19 @@ # # Top-level directories # -build -dl -images -kernel -packages -source +/build/ +/dl +/images +/kernel/ +/packages/ +/source/ # # temporary files generated during build # -make/*.generated -config/custom.in -include/config +/make/*.generated +/config/custom.in +/include/config/ # # git files that we don't want to ignore even it they are dot-files diff --git a/toolchain/.gitignore b/toolchain/.gitignore index b71449d9fc..3293fa8e7e 100644 --- a/toolchain/.gitignore +++ b/toolchain/.gitignore @@ -1,3 +1,3 @@ -build -kernel -target +/build/ +/kernel +/target diff --git a/tools/.gitignore b/tools/.gitignore index ca3fc39a98..195ab8c06d 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,3 +1,5 @@ +/build/ + ash avm-rle-* avm_kernel_config.extract