From 0a8fa6c3bef8beb558d2df359dac5240e2925787 Mon Sep 17 00:00:00 2001 From: Max Barraclough Date: Sun, 20 Feb 2022 10:33:25 +0000 Subject: [PATCH 4/4] Overhaul .gitignore files --- .gitignore | 18 +++++++++++--- check/.gitignore | 64 ++++++++++++++++++++++++++++++++++++++++++++++++ doc/.gitignore | 7 ++++++ 3 files changed, 86 insertions(+), 3 deletions(-) create mode 100644 check/.gitignore diff --git a/.gitignore b/.gitignore index 62ca42a..e268720 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ +* + +*.o +*.lo +*.la + +.libs/ +.deps/ +*/.libs/ +*/.deps/ + autom4te.cache aclocal.m4 depcomp @@ -20,14 +30,16 @@ missing size stamp-h1 test-driver -check/.deps -doc/.deps -lib/.deps + m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 + doc/mdate-sh doc/texinfo.tex lightning.pc +include/lightning.h + +build-aux/ diff --git a/check/.gitignore b/check/.gitignore new file mode 100644 index 0000000..470aeaa --- /dev/null +++ b/check/.gitignore @@ -0,0 +1,64 @@ +*.nodata +nodata +*.log +*.trs + +3to2 +add +align +allocai +allocar +alu_add +alu_and +alu_com +alu_div +alu_lsh +alu_mul +alu_neg +alu_or +alu_rem +alu_rsb +alu_rsh +alu_sub +alu_xor +alux_add +alux_sub +bp +branch +call +carg +carry +ccall +clobber +ctramp +cva_list +cvt +divi +fib +float +fop_abs +fop_sqrt +hton +jmpr +ldsti +ldstr +ldstr-c +ldstxi +ldstxi-c +ldstxr +ldstxr-c +lightning +live +put +qalu_div +qalu_mul +range +ranger +ret +rpn +self +setcode +stack +tramp +va_list +varargs diff --git a/doc/.gitignore b/doc/.gitignore index ae3678f..4ae97f6 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,3 +1,10 @@ *.info* stamp-* /version.texi + +fact +ifib +incr +printf +rfib +rpn -- 2.32.0