Signed-off-by: Mike Frysinger <[email protected]> --- .gitignore | 30 ++++++++++++++++++++++++++++++ ChangeLog | 4 ++++ 2 files changed, 34 insertions(+)
diff --git a/.gitignore b/.gitignore index 1eda00b..74761a7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.pot *.rej *.so +*.so.[0-9] */Makefile.in *~ .#* @@ -21,6 +22,7 @@ Makefile.in aclocal.m4 autom4te.* backends/*.map +config.cache config.h config.h.in config.log @@ -36,7 +38,35 @@ config/ylwrap configure elfutils.spec libcpu/*_dis.h +libcpu/*_gendis +libcpu/*_lex.c +libcpu/*_parse.[ch] +libcpu/*.mnemonics libdw/known-dwarf.h +po/POTFILES po/[email protected] +po/[email protected] po/[email protected] +po/[email protected] +po/stamp-po +po/remove-potcdate.sed +src/addr2line +src/ar +src/elfcmp +src/elflint +src/findtextrel +src/ld +src/ldlex.c +src/ldscript.c +src/ldscript.h +src/make-debug-archive +src/nm +src/objdump +src/ranlib +src/readelf +src/size +src/strings +src/strip +src/unstrip stamp-h1 +/version.h diff --git a/ChangeLog b/ChangeLog index a0ce570..805cf66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-02 Mike Frysinger <[email protected]> + + * .gitignore: Add more generated files. + 2013-12-20 Mark Wielaard <[email protected]> * NEWS (libdwfl): Add dwfl_getthread_frames. -- 1.8.4.3
