summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:02 +0000
commit3002fd51cd2c837099a4ce94030ae0a4b87345ec (patch)
tree39a1d7c01191de44c9f7839b7597ba94563076cc /shell
parente885e380f0e73327036743da08446f8fc65d1665 (diff)
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: Update or add .cvsignore.
Diffstat (limited to 'shell')
-rw-r--r--shell/.cvsignore17
-rw-r--r--shell/ChangeLog4
2 files changed, 16 insertions, 5 deletions
diff --git a/shell/.cvsignore b/shell/.cvsignore
index cf1b678..69773f4 100644
--- a/shell/.cvsignore
+++ b/shell/.cvsignore
@@ -1,5 +1,12 @@
-b~hello.adb
-b~hello.ads
-b~hello.ali
-hello
-hello.ali
+FilesystemImage
+FilesystemImage.c
+FilesystemImage.h
+b~shell.adb
+b~shell.ads
+b~shell.ali
+commands.ali
+rtems_shell.ali
+shell.ali
+shell.exe.bin
+shell.exe.bt
+.cvsignore
diff --git a/shell/ChangeLog b/shell/ChangeLog
index cdc285a..9db5c7d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: Update or add .cvsignore.
+
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
Makefiles assume Ada main is in PROGRAM.adb.