author | Max Barraclough <maxbarraclough@outlook.com> | 2022年02月20日 10:33:25 +0000 |
---|---|---|
committer | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2022年05月10日 17:22:06 -0300 |
commit | 4263a454a06eccb00c2e5d6b4da1ccefb06c3bc6 (patch) | |
tree | d4146d142b89c770fd090a26583448187af3da5f | |
parent | bf719e2207ffbd4472c244f79c0b1c32828fb5bd (diff) | |
download | lightning-4263a454a06eccb00c2e5d6b4da1ccefb06c3bc6.tar.gz |
-rw-r--r-- | .gitignore | 20 | ||||
-rw-r--r-- | check/.gitignore | 64 | ||||
-rw-r--r-- | doc/.gitignore | 10 |
@@ -1,4 +1,14 @@ +* + +*.o +*.lo +*.la + +.libs/ +.deps/ +*/.libs/ +*/.deps/ + autom4te.cache aclocal.m4 depcomp @@ -20,14 +30,14 @@ 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..0e0a6da 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,3 +1,13 @@ *.info* stamp-* /version.texi + +texinfo.tex +mdate-sh + +fact +ifib +incr +printf +rfib +rpn |