gitignore LIARC build products.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 12 Jan 2019 01:26:08 +0000 (01:26 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 12 Jan 2019 01:27:50 +0000 (01:27 +0000)
13 files changed:
src/.gitignore
src/compiler/.gitignore
src/cref/.gitignore [new file with mode: 0644]
src/ffi/.gitignore
src/microcode/.gitignore
src/runtime/.gitignore [new file with mode: 0644]
src/sf/.gitignore [new file with mode: 0644]
src/sos/.gitignore [new file with mode: 0644]
src/ssp/.gitignore [new file with mode: 0644]
src/star-parser/.gitignore [new file with mode: 0644]
src/tools/.gitignore [new file with mode: 0644]
src/win32/.gitignore [new file with mode: 0644]
src/xml/.gitignore [new file with mode: 0644]

index 4d0ab2e3f7cf720f13b7a6aa805b80369c611d56..f8b2f2d066cc19e8a743c043b08825e0dbadeabb 100644 (file)
@@ -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
index 558ef74bf3e2fe92a995b25cd2d03385f7b9521b..577967fb5ac95d29e9628856c28d6b9e06c3715a 100644 (file)
@@ -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 (file)
index 0000000..3f61b1b
--- /dev/null
@@ -0,0 +1,6 @@
+# LIARC build products
+/*.c
+/*.o
+/cref-init.h
+/cref.a
+/cref.so
index 407f53585979901f238725a50ba9a666861fa563..937469a5086ec010300504ae2f757d0d8dd898e6 100644 (file)
@@ -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
index 5ee0f7b7c4c425d2120c1d756474cf6f506fe7fb..1a8e5cb76be488c14f26e42b22319db2cb053d96 100644 (file)
@@ -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 (file)
index 0000000..7345622
--- /dev/null
@@ -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 (file)
index 0000000..823ffd2
--- /dev/null
@@ -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 (file)
index 0000000..dcf3b60
--- /dev/null
@@ -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 (file)
index 0000000..2aba5eb
--- /dev/null
@@ -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 (file)
index 0000000..4e2882c
--- /dev/null
@@ -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 (file)
index 0000000..9df5134
--- /dev/null
@@ -0,0 +1,2 @@
+/*
+!/README
diff --git a/src/win32/.gitignore b/src/win32/.gitignore
new file mode 100644 (file)
index 0000000..0732659
--- /dev/null
@@ -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 (file)
index 0000000..6b20f17
--- /dev/null
@@ -0,0 +1,6 @@
+# LIARC build products
+/*.c
+/*.o
+/xml-init.h
+/xml.a
+/xml.so