summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:10:40 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:10:40 +0000
commit924e80084f8f57a2f1240ba4379ab4803efe5ee7 (patch)
tree4beec7d95d792a4e975ae77360e1a645c941a452
parent8a9faebcbf8b629926a5b235da3f46407d71569a (diff)
downloadguile-924e80084f8f57a2f1240ba4379ab4803efe5ee7.tar.gz
new file. Make using git easier.
-rw-r--r--.gitignore65
-rw-r--r--ChangeLog4
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
diff --git a/ChangeLog b/ChangeLog
index c42959184..b64d3cc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.