diff options
Diffstat (limited to 'cpp/test/Slice')
-rw-r--r-- | cpp/test/Slice/keyword/.gitignore | 2 | ||||
-rw-r--r-- | cpp/test/Slice/macros/.gitignore | 2 | ||||
-rw-r--r-- | cpp/test/Slice/parser/.gitignore | 2 | ||||
-rw-r--r-- | cpp/test/Slice/structure/.gitignore | 2 | ||||
-rw-r--r-- | cpp/test/Slice/utf8BOM/.gitignore | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/cpp/test/Slice/keyword/.gitignore b/cpp/test/Slice/keyword/.gitignore index 0e03bd06e7e..b6ac5c9979a 100644 --- a/cpp/test/Slice/keyword/.gitignore +++ b/cpp/test/Slice/keyword/.gitignore @@ -1,6 +1,8 @@ // Generated by makegitignore.py // IMPORTANT: Do not edit this file -- any edits made here will be lost! +.depend client +.depend Key.cpp Key.h diff --git a/cpp/test/Slice/macros/.gitignore b/cpp/test/Slice/macros/.gitignore index 505a9066685..dcdf5eb23c7 100644 --- a/cpp/test/Slice/macros/.gitignore +++ b/cpp/test/Slice/macros/.gitignore @@ -1,6 +1,8 @@ // Generated by makegitignore.py // IMPORTANT: Do not edit this file -- any edits made here will be lost! +.depend client +.depend Test.cpp Test.h diff --git a/cpp/test/Slice/parser/.gitignore b/cpp/test/Slice/parser/.gitignore index 7732d7c018e..9fb83203e46 100644 --- a/cpp/test/Slice/parser/.gitignore +++ b/cpp/test/Slice/parser/.gitignore @@ -1,8 +1,10 @@ // Generated by makegitignore.py // IMPORTANT: Do not edit this file -- any edits made here will be lost! +.depend CircularA.o CircularB.o +.depend CircularA.cpp CircularB.cpp CircularA.h diff --git a/cpp/test/Slice/structure/.gitignore b/cpp/test/Slice/structure/.gitignore index aec891a666e..c837849dc6b 100644 --- a/cpp/test/Slice/structure/.gitignore +++ b/cpp/test/Slice/structure/.gitignore @@ -1,7 +1,9 @@ // Generated by makegitignore.py // IMPORTANT: Do not edit this file -- any edits made here will be lost! +.depend client +.depend Test.cpp Forward.cpp Test.h diff --git a/cpp/test/Slice/utf8BOM/.gitignore b/cpp/test/Slice/utf8BOM/.gitignore index 067afe32e86..446425aa735 100644 --- a/cpp/test/Slice/utf8BOM/.gitignore +++ b/cpp/test/Slice/utf8BOM/.gitignore @@ -2,5 +2,6 @@ // IMPORTANT: Do not edit this file -- any edits made here will be lost! Test.o +.depend Test.cpp Test.h |