diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-22 15:10:40 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-22 15:10:40 +0000 |
commit | 924e80084f8f57a2f1240ba4379ab4803efe5ee7 (patch) | |
tree | 4beec7d95d792a4e975ae77360e1a645c941a452 | |
parent | 8a9faebcbf8b629926a5b235da3f46407d71569a (diff) | |
download | guile-924e80084f8f57a2f1240ba4379ab4803efe5ee7.tar.gz |
new file. Make using git easier.
-rw-r--r-- | .gitignore | 65 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 69 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..62660e298 --- /dev/null +++ b/.gitignore @@ -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. |