libabigail/.gitignore
Matthias Maennich b7a99e2299 .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>
2019-05-22 14:34:23 +02:00

31 lines
247 B
Plaintext

.deps/
.libs/
Makefile
Makefile.in
*.la
*.lo
*.o
*~
*.swp
*.orig
/aclocal.m4
/autom4te.cache/
/build-aux/
/config.*
/configure
/libtool
/stamp-h1
/include/abg-version.h
/*.pc
.tags
build/
TAGS
fedabipkgdiffc
tools/__pycache__/
libabigail-?.*