Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-05-18 00:35:08 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:02 +0200
commit6f5aa9f438904c1541572663b1e53a061f10f02f (patch)
tree9f7644f0a94142af4d18433aafbfc9a040702b11 /.gitignore
parentb7f2f4935ddb4a95c066f6d3ea3e16535241f994 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 1 insertions, 22 deletions
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/