On Mon, 2014-04-14 at 11:12 +0200, Florian Weimer wrote: > --- > .gitignore | 99 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 99 insertions(+)
Hmmm. This is all for building with srcdir == builddir isn't it? I really don't like that. IMHO we should advise people to always build with srcdir != buildir. But apparently I am in the minority. Mike Frysinger (added to CC) also keeps trying to push something similar every couple of months. Last here: https://lists.fedorahosted.org/pipermail/elfutils-devel/2014-January/thread.html#3682 Are you really sure this is a good idea? If so could you double check that your lists are equal? Thanks, Mark > diff --git a/.gitignore b/.gitignore > index 1eda00b..7740453 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -15,6 +15,7 @@ > .deps > .glimpse_* > =* > +/version.h > INSTALL > Makefile > Makefile.in > @@ -36,7 +37,105 @@ config/ylwrap > configure > elfutils.spec > libcpu/*_dis.h > +/libcpu/*.mnemonics > +/libcpu/*_gendis > +/libcpu/*_lex.c > +/libcpu/*_parse.[ch] > +/libcpu/i386_parse.h > +/lib*/*.so* > libdw/known-dwarf.h > +/po/POTFILES > +/po/[email protected] > +/po/[email protected] > +/po/remove-potcdate.sed > +/po/stamp-po > po/[email protected] > po/[email protected] > +/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/stack > +/src/strings > +/src/strip > +/src/unstrip > +/tests/*.log > +/tests/*.trs > +/tests/addrcfi > +/tests/addrscopes > +/tests/alldts > +/tests/allfcts > +/tests/allregs > +/tests/arextract > +/tests/arls > +/tests/arsymtest > +/tests/asm-tst1 > +/tests/asm-tst2 > +/tests/asm-tst3 > +/tests/asm-tst4 > +/tests/asm-tst5 > +/tests/asm-tst6 > +/tests/asm-tst7 > +/tests/asm-tst8 > +/tests/asm-tst9 > +/tests/backtrace > +/tests/backtrace-child > +/tests/backtrace-data > +/tests/backtrace-dwarf > +/tests/dwarf-getmacros > +/tests/dwarf-getstring > +/tests/dwfl-addr-sect > +/tests/dwfl-bug-addr-overflow > +/tests/dwfl-bug-fd-leak > +/tests/dwfl-bug-getmodules > +/tests/dwfl-bug-report > +/tests/dwfl-report-elf-align > +/tests/dwfllines > +/tests/dwflmodtest > +/tests/dwflsyms > +/tests/early-offscn > +/tests/ecp > +/tests/find-prologues > +/tests/funcretval > +/tests/funcscopes > +/tests/get-aranges > +/tests/get-files > +/tests/get-lines > +/tests/get-pubnames > +/tests/hash > +/tests/line2addr > +/tests/low_high_pc > +/tests/md5-sha1-test > +/tests/msg_tst > +/tests/newfile > +/tests/newscn > +/tests/rdwrmmap > +/tests/rerequest_tag > +/tests/saridx > +/tests/scnnames > +/tests/sectiondump > +/tests/show-abbrev > +/tests/show-die-info > +/tests/showptable > +/tests/test-elf_cntl_gelf_getshdr > +/tests/test-flag-nobits > +/tests/test-nlist > +/tests/typeiter > +/tests/typeiter2 > +/tests/update1 > +/tests/update2 > +/tests/update3 > +/tests/update4 > +/tests/varlocs > stamp-h1
