diff options
author | Bernhard Reutner-Fischer | 2006-03-29 15:51:19 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-03-29 15:51:19 +0000 |
commit | cb8d4319a3ef49ed1d08d0b1a4b6ad4fc823f769 (patch) | |
tree | 44cd125012dfadf3b94f1ead953ccdf7999dd3fc | |
parent | 24b0a9568d6966dd012c81c4145f06362fc97a41 (diff) | |
download | busybox-cb8d4319a3ef49ed1d08d0b1a4b6ad4fc823f769.zip busybox-cb8d4319a3ef49ed1d08d0b1a4b6ad4fc823f769.tar.gz |
find ./ -name .cvsignore | xargs svn rm
-rw-r--r-- | .cvsignore | 7 | ||||
-rw-r--r-- | docs/.cvsignore | 8 | ||||
-rw-r--r-- | docs/busybox.net/.cvsignore | 2 | ||||
-rw-r--r-- | include/.cvsignore | 3 | ||||
-rw-r--r-- | libbb/.cvsignore | 1 | ||||
-rw-r--r-- | scripts/.cvsignore | 1 | ||||
-rw-r--r-- | scripts/config/.cvsignore | 8 |
7 files changed, 0 insertions, 30 deletions
diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 4e4f586..0000000 --- a/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -busybox -busybox.links -_install -.config -.menuconfig.log -.config.cmd -.config.old diff --git a/docs/.cvsignore b/docs/.cvsignore deleted file mode 100644 index ec9e94b..0000000 --- a/docs/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -BusyBox.txt -BusyBox.1 -BusyBox.html -busybox.txt -busybox.ps -busybox.pdf -busybox -busybox.pod diff --git a/docs/busybox.net/.cvsignore b/docs/busybox.net/.cvsignore deleted file mode 100644 index 393b002..0000000 --- a/docs/busybox.net/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -BusyBox.html -busybox.tar.gz diff --git a/include/.cvsignore b/include/.cvsignore deleted file mode 100644 index 0bdc57d..0000000 --- a/include/.cvsignore +++ /dev/null @@ -1,3 +0,0 @@ -config -bb_config.h -bbconfigopts.h diff --git a/libbb/.cvsignore b/libbb/.cvsignore deleted file mode 100644 index 2bbe016..0000000 --- a/libbb/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -loop.h diff --git a/scripts/.cvsignore b/scripts/.cvsignore deleted file mode 100644 index b1ebf60..0000000 --- a/scripts/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -bb_mkdep diff --git a/scripts/config/.cvsignore b/scripts/config/.cvsignore deleted file mode 100644 index e8bf7a7..0000000 --- a/scripts/config/.cvsignore +++ /dev/null @@ -1,8 +0,0 @@ -conf -mconf -lkc_defs.h -lex.zconf.c -zconf.tab.h -zconf.tab.c -lex.backup -zconf.output |