From 22f6a75bd6c22e9a83b2362a16962e48168392dc Mon Sep 17 00:00:00 2001 From: Said Ryan Ackley Date: Wed, 3 Mar 2004 03:10:56 +0000 Subject: [PATCH] Ignore list created git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353525 13f79535-47bb-0310-9956-ffa450edef68 --- src/.cvsignore | 9 +++++++++ src/scratchpad/.cvsignore | 3 +++ src/scratchpad/testcases/org/apache/poi/.cvsignore | 1 + .../testcases/org/apache/poi/hwpf/.cvsignore | 3 +++ .../testcases/org/apache/poi/hwpf/model/.cvsignore | 10 ++++++++++ 5 files changed, 26 insertions(+) create mode 100644 src/.cvsignore create mode 100644 src/scratchpad/.cvsignore create mode 100644 src/scratchpad/testcases/org/apache/poi/.cvsignore create mode 100644 src/scratchpad/testcases/org/apache/poi/hwpf/.cvsignore create mode 100644 src/scratchpad/testcases/org/apache/poi/hwpf/model/.cvsignore diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000000..fafe50919a --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,9 @@ +contrib +documentation +examples +java +models +records +resources +testcases +types diff --git a/src/scratchpad/.cvsignore b/src/scratchpad/.cvsignore new file mode 100644 index 0000000000..8d7af41590 --- /dev/null +++ b/src/scratchpad/.cvsignore @@ -0,0 +1,3 @@ +lib +models +src diff --git a/src/scratchpad/testcases/org/apache/poi/.cvsignore b/src/scratchpad/testcases/org/apache/poi/.cvsignore new file mode 100644 index 0000000000..1150ed9d40 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/.cvsignore @@ -0,0 +1 @@ +hdf \ No newline at end of file diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/.cvsignore b/src/scratchpad/testcases/org/apache/poi/hwpf/.cvsignore new file mode 100644 index 0000000000..252901b76b --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/.cvsignore @@ -0,0 +1,3 @@ +data +AllTests.java +HWPFDocFixture.java diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/model/.cvsignore b/src/scratchpad/testcases/org/apache/poi/hwpf/model/.cvsignore new file mode 100644 index 0000000000..cb2519e55a --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/model/.cvsignore @@ -0,0 +1,10 @@ +TestCHPBinTable.java +TestDocumentProperties.java +TestFileInformationBlock.java +TestFontTable.java +TestListTables.java +TestPAPBinTable.java +TestPlexOfCps.java +TestSectionTable.java +TestStyleSheet.java +TestTextPieceTable.java -- 2.39.5