summaryrefslogtreecommitdiffstats
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
parent2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-3002fd51cd2c837099a4ce94030ae0a4b87345ec.tar.bz2
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: Update or add .cvsignore.
-rw-r--r--hello_world_ada/.cvsignore4
-rw-r--r--hello_world_ada/ChangeLog4
-rw-r--r--shell/.cvsignore17
-rw-r--r--shell/ChangeLog4
4 files changed, 23 insertions, 6 deletions
diff --git a/hello_world_ada/.cvsignore b/hello_world_ada/.cvsignore
index cf1b678..157eaa2 100644
--- a/hello_world_ada/.cvsignore
+++ b/hello_world_ada/.cvsignore
@@ -1,5 +1,7 @@
b~hello.adb
b~hello.ads
b~hello.ali
-hello
hello.ali
+hello.exe.bin
+hello.exe.bt
+.cvsignore
diff --git a/hello_world_ada/ChangeLog b/hello_world_ada/ChangeLog
index 573cc67..dccc9db 100644
--- a/hello_world_ada/ChangeLog
+++ b/hello_world_ada/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: Update or add .cvsignore.
+
2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
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.