diff --git a/.gitignore b/.gitignore index da8168b..92e915b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,11 @@ _$* *.ln core # CVS default ignores end +Makefile +configure +config.log +config.cache +config.status +scsh.image +scshvm +go diff --git a/c/.gitignore b/c/.gitignore new file mode 100644 index 0000000..35ecba5 --- /dev/null +++ b/c/.gitignore @@ -0,0 +1,2 @@ +sysdep.h +sysdep.h.in diff --git a/cig/.gitignore b/cig/.gitignore new file mode 100644 index 0000000..586d7ba --- /dev/null +++ b/cig/.gitignore @@ -0,0 +1,3 @@ +cig +cig.image + diff --git a/scsh/.gitignore b/scsh/.gitignore new file mode 100644 index 0000000..4c2e965 --- /dev/null +++ b/scsh/.gitignore @@ -0,0 +1,5 @@ +scsh +scsh.image +endian.scm +static.scm + diff --git a/scsh/regexp/.gitignore b/scsh/regexp/.gitignore new file mode 100644 index 0000000..664b81e --- /dev/null +++ b/scsh/regexp/.gitignore @@ -0,0 +1,4 @@ +Makefile +regex.h +*.ih +re