From: Reid Spencer Date: Thu, 23 Mar 2006 23:46:47 +0000 (+0000) Subject: Add a .cvsignore file to get rid of notices about gram.tab.[ch] X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=96bfd4a40e65a091d5868e6f832a038c1098e8d9;p=oota-llvm.git Add a .cvsignore file to get rid of notices about gram.tab.[ch] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27012 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/Burg/.cvsignore b/utils/Burg/.cvsignore new file mode 100644 index 00000000000..9497b362f6a --- /dev/null +++ b/utils/Burg/.cvsignore @@ -0,0 +1,2 @@ +gram.tab.c +gram.tab.h