mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
new file. Make using git easier.
This commit is contained in:
parent
8a9faebcbf
commit
924e80084f
2 changed files with 69 additions and 0 deletions
65
.gitignore
vendored
Normal file
65
.gitignore
vendored
Normal file
|
@ -0,0 +1,65 @@
|
|||
*.o
|
||||
*.info
|
||||
*.info-[0-9]*
|
||||
version.texi
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
autom4te.cache
|
||||
config.sub
|
||||
config.guess
|
||||
config.status
|
||||
config.log
|
||||
config.h
|
||||
guile-readline-config.h
|
||||
*.doc
|
||||
*.x
|
||||
*.lo
|
||||
*.la
|
||||
aclocal.m4
|
||||
libtool
|
||||
ltmain.sh
|
||||
configure
|
||||
depcomp
|
||||
elisp-comp
|
||||
missing
|
||||
mdate-sh
|
||||
install-sh
|
||||
texinfo.tex
|
||||
*~
|
||||
BUGS
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
benchmark-guile
|
||||
check-guile
|
||||
check-guile.log
|
||||
compile
|
||||
confdefs.h
|
||||
config.build-subdirs
|
||||
config.cache
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
conftest
|
||||
conftest.c
|
||||
depcomp
|
||||
elisp-comp
|
||||
guile-*.tar.gz
|
||||
guile-tools
|
||||
install-sh
|
||||
libtool
|
||||
ltconfig
|
||||
ltmain.sh
|
||||
mdate-sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
pre-inst-guile
|
||||
pre-inst-guile-env
|
||||
stamp-h1
|
|
@ -1,3 +1,7 @@
|
|||
2007-01-22 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||
|
||||
* .gitignore: new file. Make using git easier.
|
||||
|
||||
2007-01-03 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||
|
||||
* autogen.sh (Module): only try to run render-bugs if it exists.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue