[git] CMU Common Lisp branch master updated. snapshot-2014-06-26-g13f320d
Raymond Toy
rtoy at common-lisp.net
Thu Jul 31 22:36:24 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".
The branch, master has been updated
via 13f320d9568705f58010d456b957917b2d2c62c6 (commit)
from 7e56a8c7ebb5b33e2d755ef725900fd4310ffc3e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 13f320d9568705f58010d456b957917b2d2c62c6
Author: Raymond Toy <toy.raymond at gmail.com>
Date: Thu Jul 31 15:36:12 2014 -0700
Ignore emacs ~ files and fasls.
diff --git a/.gitignore b/.gitignore
index 614b6ed..270ed56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,16 @@ sparc-[234]
sparc-8bit-[234]
build-*
+# Ignore emacs files
+*~
+
+# Ignore fasls
+*.fasl
+*.sse2f
+*.x86f
+*.ppcf
+*.sparcf
+
# Ignore files generated by TeX
src/docs/cmu-user/*.aux
src/docs/cmu-user/*.cdx
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
CMU Common Lisp
More information about the cmucl-cvs
mailing list