diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2002-12-02 21:13:59 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2002-12-02 21:13:59 +0000 |
commit | 92ad9f7b40b424363f2c1760e37beae07b99480d (patch) | |
tree | bc6f5f1dcd2fc50612970b10c3d501d77321ae2c | |
parent | dc095240c9016a7957a1976f6b1c0266b648f9d0 (diff) |
Ignore generated files FileLexer.* and FileParser.*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4860 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | support/tools/TableGen/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/tools/TableGen/.cvsignore b/support/tools/TableGen/.cvsignore new file mode 100644 index 0000000000..f3219eb39c --- /dev/null +++ b/support/tools/TableGen/.cvsignore @@ -0,0 +1,2 @@ +FileLexer.* +FileParser.* |