From 43c8e40ba25bd1698ef89ad0fc31791736babd1f Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 14 May 2004 20:26:39 +0000 Subject: [PATCH] Ignore generated man files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13578 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/man/man1/.cvsignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CommandGuide/man/man1/.cvsignore diff --git a/docs/CommandGuide/man/man1/.cvsignore b/docs/CommandGuide/man/man1/.cvsignore new file mode 100644 index 00000000000..f7e585b87a6 --- /dev/null +++ b/docs/CommandGuide/man/man1/.cvsignore @@ -0,0 +1 @@ +*.1 -- 2.34.1