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 /ACE/apps/gperf | |
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 'ACE/apps/gperf')
-rw-r--r-- | ACE/apps/gperf/tests/iout2_gen/.empty | 1 | ||||
-rw-r--r-- | ACE/apps/gperf/tests/iout2_gen/.gitignore | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/tests/iout2_gen/.empty b/ACE/apps/gperf/tests/iout2_gen/.empty deleted file mode 100644 index eb0e403e06a..00000000000 --- a/ACE/apps/gperf/tests/iout2_gen/.empty +++ /dev/null @@ -1 +0,0 @@ -This file keeps the directory around even when using cvs update -dP diff --git a/ACE/apps/gperf/tests/iout2_gen/.gitignore b/ACE/apps/gperf/tests/iout2_gen/.gitignore new file mode 100644 index 00000000000..a4c6c6638d2 --- /dev/null +++ b/ACE/apps/gperf/tests/iout2_gen/.gitignore @@ -0,0 +1 @@ +/idl.cpp |