From: Taylor R Campbell Date: Sat, 12 Jan 2019 01:26:08 +0000 (+0000) Subject: gitignore LIARC build products. X-Git-Tag: mit-scheme-pucked-10.1.10~6^2~36 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=77ad0d966a65c17c5d96569a9b987fa225423daf;p=mit-scheme.git gitignore LIARC build products. --- diff --git a/src/.gitignore b/src/.gitignore index 4d0ab2e3f..f8b2f2d06 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -4,5 +4,9 @@ /config.log /config.status -/stamp_install-microcode /makefiles_created +/stamp_cross-finished +/stamp_cross-host +/stamp_install-microcode +/stamp_liarc-toolchain +/stamp_toolchain diff --git a/src/compiler/.gitignore b/src/compiler/.gitignore index 558ef74bf..577967fb5 100644 --- a/src/compiler/.gitignore +++ b/src/compiler/.gitignore @@ -1 +1,24 @@ /machine + +# LIARC build products +/back/*.c +/back/*.o +/base/*.c +/base/*.o +/compiler-init.c +/compiler-init.h +/compiler-unx.c +/compiler.a +/compiler.so +/fggen/*.c +/fggen/*.o +/fgopt/*.c +/fgopt/*.o +/machines/*/*.c +/machines/*/*.o +/rtlbase/*.c +/rtlbase/*.o +/rtlgen/*.c +/rtlgen/*.o +/rtlopt/*.c +/rtlopt/*.o diff --git a/src/cref/.gitignore b/src/cref/.gitignore new file mode 100644 index 000000000..3f61b1b0c --- /dev/null +++ b/src/cref/.gitignore @@ -0,0 +1,6 @@ +# LIARC build products +/*.c +/*.o +/cref-init.h +/cref.a +/cref.so diff --git a/src/ffi/.gitignore b/src/ffi/.gitignore index 407f53585..937469a50 100644 --- a/src/ffi/.gitignore +++ b/src/ffi/.gitignore @@ -8,3 +8,10 @@ prhello-const prhello-const.c prhello-const.scm prhello-shim.c + +# LIARC build products +/*.c +/*.o +/ffi-init.h +/ffi.a +/ffi.so diff --git a/src/microcode/.gitignore b/src/microcode/.gitignore index 5ee0f7b7c..1a8e5cb76 100644 --- a/src/microcode/.gitignore +++ b/src/microcode/.gitignore @@ -1,7 +1,13 @@ +/cmpauxmd.c /cmpauxmd.m4 /cmpauxmd.s /config.log /config.status +/extract-liarc-decls /findprim +/gen-nonce +/liarc-cc +/liarc-ld /makegen-cc /scheme +/stamp_compinit diff --git a/src/runtime/.gitignore b/src/runtime/.gitignore new file mode 100644 index 000000000..73456222a --- /dev/null +++ b/src/runtime/.gitignore @@ -0,0 +1,4 @@ +# LIARC build products +/*.c +/*.o +/runtime.a diff --git a/src/sf/.gitignore b/src/sf/.gitignore new file mode 100644 index 000000000..823ffd259 --- /dev/null +++ b/src/sf/.gitignore @@ -0,0 +1,6 @@ +# LIARC build products +/*.c +/*.o +/sf-init.h +/sf.a +/sf.so diff --git a/src/sos/.gitignore b/src/sos/.gitignore new file mode 100644 index 000000000..dcf3b6014 --- /dev/null +++ b/src/sos/.gitignore @@ -0,0 +1,6 @@ +# LIARC build products +/*.c +/*.o +/sos-init.h +/sos.a +/sos.so diff --git a/src/ssp/.gitignore b/src/ssp/.gitignore new file mode 100644 index 000000000..2aba5ebf7 --- /dev/null +++ b/src/ssp/.gitignore @@ -0,0 +1,6 @@ +# LIARC build products +/*.c +/*.o +/ssp-init.h +/ssp.a +/ssp.so diff --git a/src/star-parser/.gitignore b/src/star-parser/.gitignore new file mode 100644 index 000000000..4e2882cc2 --- /dev/null +++ b/src/star-parser/.gitignore @@ -0,0 +1,6 @@ +# LIARC build products +/*.c +/*.o +/star-parser-init.h +/star-parser.a +/star-parser.so diff --git a/src/tools/.gitignore b/src/tools/.gitignore new file mode 100644 index 000000000..9df51346c --- /dev/null +++ b/src/tools/.gitignore @@ -0,0 +1,2 @@ +/* +!/README diff --git a/src/win32/.gitignore b/src/win32/.gitignore new file mode 100644 index 000000000..0732659b7 --- /dev/null +++ b/src/win32/.gitignore @@ -0,0 +1,3 @@ +# LIARC build products (especially useless because no LIARC on Windows) +/*.c +/*.o diff --git a/src/xml/.gitignore b/src/xml/.gitignore new file mode 100644 index 000000000..6b20f17c2 --- /dev/null +++ b/src/xml/.gitignore @@ -0,0 +1,6 @@ +# LIARC build products +/*.c +/*.o +/xml-init.h +/xml.a +/xml.so