diff options
author | Theodore Ts'o <tytso@mit.edu> | 2000-05-25 23:19:08 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2000-05-25 23:19:08 +0000 |
commit | bdcb8234e7783714a83b32eea25901cd43b83817 (patch) | |
tree | a08d99285fcdcbac9a95ba397827ba293c68345c | |
parent | 91e544f2de80f440f4ab1f5013da02600277ecd8 (diff) | |
download | e2fsprogs-bdcb8234e7783714a83b32eea25901cd43b83817.tar.gz |
.cvsignore:
Supress build files when builddir==srcdir
-rw-r--r-- | .cvsignore | 8 | ||||
-rw-r--r-- | debugfs/.cvsignore | 4 | ||||
-rw-r--r-- | doc/.cvsignore | 2 | ||||
-rw-r--r-- | intl/.cvsignore | 2 | ||||
-rw-r--r-- | lib/e2p/.cvsignore | 1 | ||||
-rw-r--r-- | lib/et/.cvsignore | 2 | ||||
-rw-r--r-- | lib/ext2fs/.cvsignore | 4 | ||||
-rw-r--r-- | lib/ss/.cvsignore | 4 | ||||
-rw-r--r-- | lib/uuid/.cvsignore | 12 | ||||
-rw-r--r-- | misc/.cvsignore | 21 | ||||
-rw-r--r-- | po/.cvsignore | 3 | ||||
-rw-r--r-- | resize/.cvsignore | 4 | ||||
-rw-r--r-- | tests/.cvsignore | 7 | ||||
-rw-r--r-- | tests/progs/.cvsignore | 3 | ||||
-rw-r--r-- | util/.cvsignore | 3 |
15 files changed, 80 insertions, 0 deletions
@@ -1 +1,9 @@ build +MCONFIG +config.log +config.status +config.cache +Makefile +MAKELOG + + diff --git a/debugfs/.cvsignore b/debugfs/.cvsignore new file mode 100644 index 00000000..48123b15 --- /dev/null +++ b/debugfs/.cvsignore @@ -0,0 +1,4 @@ +Makefile +debugfs.8 +debug_cmds.c +debugfs diff --git a/doc/.cvsignore b/doc/.cvsignore new file mode 100644 index 00000000..177e8d3e --- /dev/null +++ b/doc/.cvsignore @@ -0,0 +1,2 @@ +Makefile +libext2fs.info diff --git a/intl/.cvsignore b/intl/.cvsignore new file mode 100644 index 00000000..3b6496f8 --- /dev/null +++ b/intl/.cvsignore @@ -0,0 +1,2 @@ +Makefile +po2tbl.sed diff --git a/lib/e2p/.cvsignore b/lib/e2p/.cvsignore new file mode 100644 index 00000000..f3c7a7c5 --- /dev/null +++ b/lib/e2p/.cvsignore @@ -0,0 +1 @@ +Makefile diff --git a/lib/et/.cvsignore b/lib/et/.cvsignore new file mode 100644 index 00000000..2fd72c33 --- /dev/null +++ b/lib/et/.cvsignore @@ -0,0 +1,2 @@ +Makefile +compile_et diff --git a/lib/ext2fs/.cvsignore b/lib/ext2fs/.cvsignore new file mode 100644 index 00000000..e41354b6 --- /dev/null +++ b/lib/ext2fs/.cvsignore @@ -0,0 +1,4 @@ +Makefile +ext2_err.et +ext2_err.h +ext2_err.c diff --git a/lib/ss/.cvsignore b/lib/ss/.cvsignore new file mode 100644 index 00000000..1681fea3 --- /dev/null +++ b/lib/ss/.cvsignore @@ -0,0 +1,4 @@ +Makefile +mk_cmds +ss_err.c +ss_err.h diff --git a/lib/uuid/.cvsignore b/lib/uuid/.cvsignore new file mode 100644 index 00000000..7ddf835b --- /dev/null +++ b/lib/uuid/.cvsignore @@ -0,0 +1,12 @@ +Makefile +libuuid.3 +uuid_clear.3 +uuid_compare.3 +uuid_copy.3 +uuid_generate.3 +uuid_is_null.3 +uuid_unparse.3 +uuid_parse.3 +uuid_time.3 +tst_uuid +uuid_time diff --git a/misc/.cvsignore b/misc/.cvsignore new file mode 100644 index 00000000..0acc56b4 --- /dev/null +++ b/misc/.cvsignore @@ -0,0 +1,21 @@ +Makefile +fsck +badblocks +e2label +dumpe2fs +chattr +lsattr +mklost+found +uuidgen +mke2fs +tune2fs +mklost+found.8 +tune2fs.8 +dumpe2fs.8 +mke2fs.8 +badblocks.8 +e2label.8 +uuidgen.1 +fsck.8 +chattr.1 +lsattr.1 diff --git a/po/.cvsignore b/po/.cvsignore index 68469c92..8efbb032 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -1,3 +1,6 @@ +Makefile.in +Makefile +POTFILES *.gmo stamp-cat-id e2fsprogs.pot diff --git a/resize/.cvsignore b/resize/.cvsignore new file mode 100644 index 00000000..0f4da0c1 --- /dev/null +++ b/resize/.cvsignore @@ -0,0 +1,4 @@ +Makefile +resize2fs.8 +test_extent +resize2fs diff --git a/tests/.cvsignore b/tests/.cvsignore new file mode 100644 index 00000000..feb723b1 --- /dev/null +++ b/tests/.cvsignore @@ -0,0 +1,7 @@ +Makefile +test_script +*.1.log +*.2.log +*.log +*.ok +*.failed diff --git a/tests/progs/.cvsignore b/tests/progs/.cvsignore new file mode 100644 index 00000000..a7c3cc7f --- /dev/null +++ b/tests/progs/.cvsignore @@ -0,0 +1,3 @@ +Makefile +test_icount +test_icount_cmds.c diff --git a/util/.cvsignore b/util/.cvsignore new file mode 100644 index 00000000..ac83018c --- /dev/null +++ b/util/.cvsignore @@ -0,0 +1,3 @@ +Makefile +subst.conf +subst |