From: Christian G. <sa...@us...> - 2013-05-07 22:10:48
|
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 "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via b8de0b1bd785e976f71aa1c51cdee5c474b52614 (commit) from d6e99c1a38a527d1f1cf09acf1f2951f83419ecf (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 b8de0b1bd785e976f71aa1c51cdee5c474b52614 Author: Christian Groessler <ch...@gr...> Date: Wed May 8 00:10:23 2013 +0200 Updated gitignore to ignore *.map files. ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 104824b..4b54d9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.elf +*.map *~ .*.swp doc/reference/ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |