This is likely because you build in the same directory as your source?
 If so, that something I forgot to test, sorry.

I'll make sure to test this case with the external work to be merged
in next week.  In the interim, yes, those are CMake-generated files,
and should be ignored.

Dan

On Thu, Sep 24, 2015 at 12:54 PM, Malahal Naineni <[email protected]> wrote:
> Will this fix it?
>
> diff --git a/.gitignore b/.gitignore
> index fe2d608..b8899fe 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -28,11 +28,15 @@ config.h
>  stamp-h1
>  libtirpc.pc
>  # file generated during compilation
> +src/CMakeFiles/
> +src/cmake_install.cmake
>  *.o
>  *.lo
>  .libs
>  lib*.a
>  src/libtirpc.la
> +src/libtirpc.so
> +src/libtirpc.so.*
>  src/libtirpc_la-*.lo
>  libntirpc.pc
>  *.la
>
> Regards, Malahal.
> PS: I have not tested it yet!
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Nfs-ganesha-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to