[PATCH 2/3] cld: Add XDR files to gitignore
Colin McCabe <[email protected]>
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Colin McCabe <[email protected]> --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 79a4cd3..805fa22 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,9 @@ cld-config.h* cscope.* ncscope.* +# XDR files +*_rpc.h +*_rpc_xdr.c + # ignore Doxygen output directory gendoc -- 1.6.2.5