summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-15 21:18:52 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-15 21:18:52 +0000
commit15a23d165c683c13a45ed9c6e08f926c5e4686aa (patch)
treed03c73642ab9c4ac9c6b6bc0a7d4aa241ff58d25 /tests
parent843ed46b72c9f80c86ac56124cb2799dd6571b69 (diff)
ignore .cpp files since we generate them instead of .c
Diffstat (limited to 'tests')
-rw-r--r--tests/test-c-cpp-nr/.cvsignore2
-rw-r--r--tests/test-c-cpp-r/.cvsignore2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-c-cpp-nr/.cvsignore b/tests/test-c-cpp-nr/.cvsignore
index 82ce83e..94f62d4 100644
--- a/tests/test-c-cpp-nr/.cvsignore
+++ b/tests/test-c-cpp-nr/.cvsignore
@@ -1,5 +1,5 @@
Makefile
-scanner.c
+scanner.cpp
test-c-cpp-nr
OUTPUT
Makefile.in
diff --git a/tests/test-c-cpp-r/.cvsignore b/tests/test-c-cpp-r/.cvsignore
index 0f5c5fb..40be8ce 100644
--- a/tests/test-c-cpp-r/.cvsignore
+++ b/tests/test-c-cpp-r/.cvsignore
@@ -1,5 +1,5 @@
Makefile
-scanner.c
+scanner.cpp
test-c-cpp-r
OUTPUT
Makefile.in