[pacman-dev] [PATCH] Add `build/` to gitignore
Colin Woodbury
colin at fosskers.ca
Wed Dec 9 19:14:52 UTC 2020
Since it's a transient directory for build artifacts, nothing in there will ever
been committed. Ignoring it also makes IDEs happier during file search.
Signed-off-by: Colin Woodbury <colin at fosskers.ca>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 01975fd2..638dfe39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*~
*.o
pacman-*.tar.gz
+build/*
--
2.29.2
More information about the pacman-dev
mailing list