From 1ad8d8c5cd3a3938c613db6d8e86e8509c64c5e9 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 31 Dec 2022 17:23:01 +0100 Subject: [PATCH] .gitignore: explicitly allow paths This prevents git from picking up masterdirs that don't happen to be named the usual way and more custom and temporary files that should not be tracked by git. --- .gitignore | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 958f644eee94..287be809543a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,18 @@ *.swp *~ \#*# -*.o -masterdir* -hostdir* -masterdir*/ -hostdir*/ + +# exclude everything in root except files and directories from void-packages +/* +!/CONTRIBUTING.md +!/COPYING +!/Manual.md +!/README.md +!/common +!/etc +!/srcpkgs +!/xbps-src etc/conf etc/conf.* etc/virtual etc/xbps.d/custom -.xbps-checkvers*.plist