1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Initial import.

This commit is contained in:
Keisuke Nishida 2000-08-22 16:01:18 +00:00
parent a98cef7e6c
commit 08d4430d38
5 changed files with 34 additions and 0 deletions

9
.cvsignore Normal file
View file

@ -0,0 +1,9 @@
.cvsignore
libtool
config.log
config.cache
config.status
configure
Makefile
Makefile.in
aclocal.m4

3
doc/.cvsignore Normal file
View file

@ -0,0 +1,3 @@
.cvsignore
Makefile
Makefile.in

15
src/.cvsignore Normal file
View file

@ -0,0 +1,15 @@
.cvsignore
.libs
.deps
guile-vm
stamp-h
config.h
config.h.in
stamp-h.in
Makefile
Makefile.in
*.x
*.vi
*.op
*.lo
*.la

4
test/.cvsignore Normal file
View file

@ -0,0 +1,4 @@
.cvsignore
Makefile
Makefile.in
*.scc

3
vm/.cvsignore Normal file
View file

@ -0,0 +1,3 @@
.cvsignore
Makefile
Makefile.in