diff options
-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. |