diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-15 12:31:33 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-15 12:31:33 -0400 |
commit | 5301741bdf4b4e8ed780713a25cc480fc370bd98 (patch) | |
tree | 17c34ee73f5ad2b8a065902485425b48182ef6da | |
parent | 52b7c56703fbb05366d2d8cb12ce7ebd10a44bf4 (diff) | |
download | nastd-5301741bdf4b4e8ed780713a25cc480fc370bd98.tar.gz nastd-5301741bdf4b4e8ed780713a25cc480fc370bd98.zip |
Remove .cvsignore files.
-rw-r--r-- | Makefiles/os/.cvsignore | 1 | ||||
-rw-r--r-- | client/.cvsignore | 7 | ||||
-rw-r--r-- | libconfig/.cvsignore | 15 | ||||
-rw-r--r-- | perl/.cvsignore | 6 | ||||
-rw-r--r-- | server/.cvsignore | 8 | ||||
-rw-r--r-- | tests/.cvsignore | 14 |
6 files changed, 0 insertions, 51 deletions
diff --git a/Makefiles/os/.cvsignore b/Makefiles/os/.cvsignore deleted file mode 100644 index eb5a316..0000000 --- a/Makefiles/os/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -target diff --git a/client/.cvsignore b/client/.cvsignore deleted file mode 100644 index 35f79a6..0000000 --- a/client/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -.pure -*.o -*.so -*.a -*.core -*.gmon -tags diff --git a/libconfig/.cvsignore b/libconfig/.cvsignore deleted file mode 100644 index afcbfe8..0000000 --- a/libconfig/.cvsignore +++ /dev/null @@ -1,15 +0,0 @@ -radiusd -radctl -radpass -radpwtst -radacct -radterminate -radiusd.pid -radiusd.core -Makefiles/os/target -*.o -*.so -*.a -*.core -*.gmon -tags diff --git a/perl/.cvsignore b/perl/.cvsignore deleted file mode 100644 index 9809bfd..0000000 --- a/perl/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -Makefile -xstmp.c -pm_to_blib -blib -NASTD.bs -NASTD.c diff --git a/server/.cvsignore b/server/.cvsignore deleted file mode 100644 index c656c21..0000000 --- a/server/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -nastd -.pure -*.o -*.so -*.a -*.core -*.gmon -tags diff --git a/tests/.cvsignore b/tests/.cvsignore deleted file mode 100644 index 0d898eb..0000000 --- a/tests/.cvsignore +++ /dev/null @@ -1,14 +0,0 @@ -getnast -killnast -randnast -statnast -stressnast -mtstressnast -updnast -.pure -*.o -*.so -*.a -*.core -*.gmon -tags |