diff options
author | Fred Hornsey <hornseyf@objectcomputing.com> | 2020-06-01 20:33:20 -0500 |
---|---|---|
committer | Fred Hornsey <hornseyf@objectcomputing.com> | 2020-06-01 20:33:20 -0500 |
commit | 52d35023a4f6c76abab966de1dfa683d8d7fdb3b (patch) | |
tree | 144bfc877a2d078a7ca6e388348b2dc6adcdc8e7 /TAO/tests/DSI_Gateway | |
parent | 3da2954d3b6d2df3ab709b980da39c70e106e17b (diff) | |
download | ATCD-52d35023a4f6c76abab966de1dfa683d8d7fdb3b.tar.gz |
Update .gitignore files
After building TAO tests for
https://github.com/DOCGroup/ACE_TAO/pull/1132 I was left with a lot of
untracked files. I used
https://github.com/objectcomputing/OpenDDS/blob/e1b3c99f74e73a537083e790f3bf9fb9ee6ed8b9/tools/scripts/update_gitignore.pl
to create and update `.gitignore` files. I made sure I wasn't creating
any directories just containing a `.gitignore` file, except for
`ACE/apps/gperf/tests/iout2_gen`. It had a placeholder file called
`.empty` which I deleted because the `.gitignore` can serve the same
purpose.
Diffstat (limited to 'TAO/tests/DSI_Gateway')
-rw-r--r-- | TAO/tests/DSI_Gateway/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tests/DSI_Gateway/.gitignore b/TAO/tests/DSI_Gateway/.gitignore index d9382c7269d..4525f40520c 100644 --- a/TAO/tests/DSI_Gateway/.gitignore +++ b/TAO/tests/DSI_Gateway/.gitignore @@ -1,3 +1,8 @@ /client /gateway /server +/testC.cpp +/testC.h +/testC.inl +/testS.cpp +/testS.h |