From 6f5aa9f438904c1541572663b1e53a061f10f02f Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Wed, 18 May 2022 00:35:08 +0200 Subject: make: use build dir as target instead of polluting root workdir This introduces a BUILDDIR make variable that is used as the target directory. This gives us more flexibility and easier control of a none dirty worktree by not polluting the main workdirs. --- .gitignore | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c661fc5..f5d2d27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,3 @@ *~ devtools-*.tar.gz* -archbuild -archco -archrelease -bash_completion -checkpkg -commitpkg -diffpkg -export-pkgbuild-keys -finddeps -lddd -makechrootpkg -makerepropkg -mkarchroot -offload-build -rebuildpkgs -zsh_completion -find-libdeps -crossrepomove -arch-nspawn -sogrep -doc/*.1 -doc/*.7 +build/ -- cgit v1.2.3-54-g00ecf