From: Misha Brukman Date: Mon, 2 Dec 2002 21:13:59 +0000 (+0000) Subject: Ignore generated files FileLexer.* and FileParser.* X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=92ad9f7b40b424363f2c1760e37beae07b99480d;p=oota-llvm.git Ignore generated files FileLexer.* and FileParser.* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4860 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/TableGen/.cvsignore b/support/tools/TableGen/.cvsignore new file mode 100644 index 00000000000..f3219eb39c0 --- /dev/null +++ b/support/tools/TableGen/.cvsignore @@ -0,0 +1,2 @@ +FileLexer.* +FileParser.*