Yes, I do build in the source, old habit! The following should fix (notice libntirpc rather than libtirpc in my original email):
>From 19e99a802d19ed04d76aa1e74ff71f63c510f9b7 Mon Sep 17 00:00:00 2001 From: Malahal Naineni <[email protected]> Date: Thu, 24 Sep 2015 12:13:47 -0500 Subject: [PATCH] Add shared library and new cmake files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fe2d608..61bb98c 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/libntirpc.so +src/libntirpc.so.* src/libtirpc_la-*.lo libntirpc.pc *.la -- 1.8.3.1 Daniel Gryniewicz [[email protected]] wrote: > 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 > ------------------------------------------------------------------------------ _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
