[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 1/2] .gitignore: Add libabigail-?.* *.orig files
- Artifacts produced by `make dist` should be ignored.
- Artifacts produced by git merge resolution should be ignored.
* .gitignore: add entries for distribution artifacts
* .gitignore: add *.orig files
Signed-off-by: Matthias Maennich <maennich@google.com>
---
.gitignore | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ed4f43c27c57..1e2a5025dc12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ Makefile.in
*.o
*~
*.swp
+*.orig
/aclocal.m4
/autom4te.cache/
@@ -23,4 +24,7 @@ Makefile.in
build/
TAGS
fedabipkgdiffc
-tools/__pycache__/
\ No newline at end of file
+tools/__pycache__/
+
+libabigail-?.*
+
--
2.21.0.1020.gf2820cf01a-goog