summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajs <ajs>2004-12-22 03:41:51 +0000
committerajs <ajs>2004-12-22 03:41:51 +0000
commit1180f7337ab1b73935ab0ebf4433b646aa0fc9b6 (patch)
tree7023be593a59d6b71a95e061c646d3511a794caf
parent44c3cf057f7b609da0dd149c22b88b2bc1b2dfd4 (diff)
downloadquagga-1180f7337ab1b73935ab0ebf4433b646aa0fc9b6.tar.bz2
quagga-1180f7337ab1b73935ab0ebf4433b646aa0fc9b6.tar.xz
2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* .cvsignore: Added.
-rw-r--r--watchquagga/.cvsignore13
-rw-r--r--watchquagga/ChangeLog4
2 files changed, 17 insertions, 0 deletions
diff --git a/watchquagga/.cvsignore b/watchquagga/.cvsignore
new file mode 100644
index 00000000..c661510b
--- /dev/null
+++ b/watchquagga/.cvsignore
@@ -0,0 +1,13 @@
+Makefile
+Makefile.in
+*.o
+watchquagga
+tags
+TAGS
+.deps
+.nfs*
+*.lo
+*.la
+*.libs
+.arch-inventory
+.arch-ids
diff --git a/watchquagga/ChangeLog b/watchquagga/ChangeLog
index b8974825..0272655b 100644
--- a/watchquagga/ChangeLog
+++ b/watchquagga/ChangeLog
@@ -1,3 +1,7 @@
2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+ * .cvsignore: Added.
+
+2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
* {ChangeLog,watchquagga.c,Makefile.am}: Created.