diff options
author | ewt <devnull@localhost> | 1998-05-21 18:12:48 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-05-21 18:12:48 +0000 |
commit | e5dd155e6ddf10263ed2f2fd7b79125db76d7676 (patch) | |
tree | ff8b07d9e183ffd341a6b7aeecc2027a844f1538 | |
parent | 4ff9973e0685f7b7ac8f0c20cffbc2a60ffd1aa0 (diff) | |
download | librpm-tizen-e5dd155e6ddf10263ed2f2fd7b79125db76d7676.tar.gz librpm-tizen-e5dd155e6ddf10263ed2f2fd7b79125db76d7676.tar.bz2 librpm-tizen-e5dd155e6ddf10263ed2f2fd7b79125db76d7676.zip |
added loads of .cvsignore files
CVS patchset: 2123
CVS date: 1998/05/21 18:12:48
-rw-r--r-- | .cvsignore | 15 | ||||
-rw-r--r-- | lib/.cvsignore | 3 | ||||
-rw-r--r-- | misc/.cvsignore | 2 | ||||
-rw-r--r-- | po/.cvsignore | 3 | ||||
-rw-r--r-- | tools/.cvsignore | 7 |
5 files changed, 30 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 000000000..114e83e06 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,15 @@ +rpm +rpm.shared +rpm2cpio +lib-rpmrc +config.h +config.guess +config.cache +Makefile.inc +config.status +Makefile +.depend +.depend-done +*.tar.gz +config.log +configure diff --git a/lib/.cvsignore b/lib/.cvsignore new file mode 100644 index 000000000..8bb729308 --- /dev/null +++ b/lib/.cvsignore @@ -0,0 +1,3 @@ +.depend +Makefile +tagtable.c diff --git a/misc/.cvsignore b/misc/.cvsignore new file mode 100644 index 000000000..5a6d76bd2 --- /dev/null +++ b/misc/.cvsignore @@ -0,0 +1,2 @@ +Makefile +.depend diff --git a/po/.cvsignore b/po/.cvsignore new file mode 100644 index 000000000..87f410a5b --- /dev/null +++ b/po/.cvsignore @@ -0,0 +1,3 @@ +Makefile +*.mo +*.pot diff --git a/tools/.cvsignore b/tools/.cvsignore new file mode 100644 index 000000000..6345f0a9f --- /dev/null +++ b/tools/.cvsignore @@ -0,0 +1,7 @@ +Makefile .depend +rpmlead +dump +rpmheader +rpmarchive +rpmsignature +dumpdb |