.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>
This commit is contained in:
Matthias Maennich 2019-05-21 05:38:04 +01:00 committed by Dodji Seketeli
parent 1e67db0797
commit b7a99e2299

6
.gitignore vendored
View File

@ -7,6 +7,7 @@ Makefile.in
*.o
*~
*.swp
*.orig
/aclocal.m4
/autom4te.cache/
@ -23,4 +24,7 @@ Makefile.in
build/
TAGS
fedabipkgdiffc
tools/__pycache__/
tools/__pycache__/
libabigail-?.*