Overhaul .gitignore files for completeness - lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
diff options
context:
space:
mode:
authorMax Barraclough <maxbarraclough@outlook.com>2022年02月20日 10:33:25 +0000
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2022年05月10日 17:22:06 -0300
commit4263a454a06eccb00c2e5d6b4da1ccefb06c3bc6 (patch)
treed4146d142b89c770fd090a26583448187af3da5f
parentbf719e2207ffbd4472c244f79c0b1c32828fb5bd (diff)
downloadlightning-4263a454a06eccb00c2e5d6b4da1ccefb06c3bc6.tar.gz
Overhaul .gitignore files for completeness
* Match all non-source files after configuring and building * Extensive additions to existing .gitignore files * Created check/.gitignore to handle contents of check/ directory * Moved entries regarding contents of doc/ directory from top .gitignore file to doc/.gitignore Signed-off-by: Max Barraclough <maxbarraclough@outlook.com>
Diffstat
-rw-r--r--.gitignore 20
-rw-r--r--check/.gitignore 64
-rw-r--r--doc/.gitignore 10
3 files changed, 89 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 62ca42a..6fc5bf9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
generated by cgit v1.2.3 (git 2.39.1) at 2025年10月05日 08:17:08 +0000

AltStyle によって変換されたページ (->オリジナル) /