.gitignore: Add libabigail-?.* *.orig files
authorMatthias Maennich <maennich@google.com>
Tue, 21 May 2019 04:38:04 +0000 (05:38 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 22 May 2019 12:34:23 +0000 (14:34 +0200)
- 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

index ed4f43c..1e2a502 100644 (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__/
\ No newline at end of file
+tools/__pycache__/
+
+libabigail-?.*
+