summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:07 +0000
commit3eaf38591808045d17a0c7b9e787070c81e2d4f9 (patch)
tree8feded3d563a3fc82d0c287fbc04b172e6a72060
parent3002fd51cd2c837099a4ce94030ae0a4b87345ec (diff)
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore: New file.
-rw-r--r--ada_from_c_task/.cvsignore8
-rw-r--r--ada_from_c_task/ChangeLog4
-rw-r--r--delay_until/.cvsignore7
-rw-r--r--delay_until/ChangeLog4
-rw-r--r--dumpwebpage/.cvsignore10
-rw-r--r--dumpwebpage/ChangeLog4
-rw-r--r--exception_test/.cvsignore7
-rw-r--r--exception_test/ChangeLog4
-rw-r--r--pingpong/.cvsignore10
-rw-r--r--pingpong/ChangeLog4
-rw-r--r--stack_check/.cvsignore7
-rw-r--r--stack_check/ChangeLog4
-rw-r--r--task_priority/.cvsignore7
-rw-r--r--task_priority/ChangeLog4
14 files changed, 84 insertions, 0 deletions
diff --git a/ada_from_c_task/.cvsignore b/ada_from_c_task/.cvsignore
new file mode 100644
index 0000000..66c56f2
--- /dev/null
+++ b/ada_from_c_task/.cvsignore
@@ -0,0 +1,8 @@
+.cvsignore
+ada_from_c.ali
+ada_from_c.exe.bin
+ada_from_c.exe.bt
+b~ada_from_c.adb
+b~ada_from_c.ads
+b~ada_from_c.ali
+example.ali
diff --git a/ada_from_c_task/ChangeLog b/ada_from_c_task/ChangeLog
index 541bcd5..7220d1f 100644
--- a/ada_from_c_task/ChangeLog
+++ b/ada_from_c_task/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: New example. Runs on qemu.
diff --git a/delay_until/.cvsignore b/delay_until/.cvsignore
new file mode 100644
index 0000000..401f592
--- /dev/null
+++ b/delay_until/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~delay_until.adb
+b~delay_until.ads
+b~delay_until.ali
+delay_until.ali
+delay_until.exe.bin
+delay_until.exe.bt
diff --git a/delay_until/ChangeLog b/delay_until/ChangeLog
index f863aba..2c25713 100644
--- a/delay_until/ChangeLog
+++ b/delay_until/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsiginore, ChangeLog, Makefile, README, delay_until.adb: New files.
diff --git a/dumpwebpage/.cvsignore b/dumpwebpage/.cvsignore
new file mode 100644
index 0000000..37a07bb
--- /dev/null
+++ b/dumpwebpage/.cvsignore
@@ -0,0 +1,10 @@
+.cvsignore
+FilesystemImage
+FilesystemImage.c
+FilesystemImage.h
+b~dumpwebpage.adb
+b~dumpwebpage.ads
+b~dumpwebpage.ali
+dumpwebpage.ali
+dumpwebpage.exe.bin
+dumpwebpage.exe.bt
diff --git a/dumpwebpage/ChangeLog b/dumpwebpage/ChangeLog
index 2fd5d37..e9568fe 100644
--- a/dumpwebpage/ChangeLog
+++ b/dumpwebpage/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile, README, dumpwebpage.adb: New files.
diff --git a/exception_test/.cvsignore b/exception_test/.cvsignore
new file mode 100644
index 0000000..d0f977b
--- /dev/null
+++ b/exception_test/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~exception_test.adb
+b~exception_test.ads
+b~exception_test.ali
+exception_test.ali
+exception_test.exe.bin
+exception_test.exe.bt
diff --git a/exception_test/ChangeLog b/exception_test/ChangeLog
index bf98b82..521076a 100644
--- a/exception_test/ChangeLog
+++ b/exception_test/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile, exception_test.adb: New files.
diff --git a/pingpong/.cvsignore b/pingpong/.cvsignore
new file mode 100644
index 0000000..8e5d475
--- /dev/null
+++ b/pingpong/.cvsignore
@@ -0,0 +1,10 @@
+.cvsignore
+FilesystemImage
+FilesystemImage.c
+FilesystemImage.h
+b~pingpong.adb
+b~pingpong.ads
+b~pingpong.ali
+pingpong.ali
+pingpong.exe.bin
+pingpong.exe.bt
diff --git a/pingpong/ChangeLog b/pingpong/ChangeLog
index da93c37..854bdd8 100644
--- a/pingpong/ChangeLog
+++ b/pingpong/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Update Makefiles.
diff --git a/stack_check/.cvsignore b/stack_check/.cvsignore
new file mode 100644
index 0000000..4ca331b
--- /dev/null
+++ b/stack_check/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~stack_check.adb
+b~stack_check.ads
+b~stack_check.ali
+stack_check.ali
+stack_check.exe.bin
+stack_check.exe.bt
diff --git a/stack_check/ChangeLog b/stack_check/ChangeLog
index 2db6b7f..b86d7c9 100644
--- a/stack_check/ChangeLog
+++ b/stack_check/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* check-off.txt, check-on.txt: New files.
diff --git a/task_priority/.cvsignore b/task_priority/.cvsignore
new file mode 100644
index 0000000..97353c4
--- /dev/null
+++ b/task_priority/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~task_priority.adb
+b~task_priority.ads
+b~task_priority.ali
+task_priority.ali
+task_priority.exe.bin
+task_priority.exe.bt
diff --git a/task_priority/ChangeLog b/task_priority/ChangeLog
index cce5b54..48f0539 100644
--- a/task_priority/ChangeLog
+++ b/task_priority/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * .cvsignore: New file.
+
2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* empty.c, task_priority.adb: Switch to 150/151. Clean up output.