summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2017-11-02 10:53:53 -0400
committerSteve Dickson <steved@redhat.com>2017-11-02 10:53:53 -0400
commitec342d7fecc804e817efba19fddcdab70050ea3e (patch)
tree22adf3c21d63194294c799986d315f4f8169ef00
parentf9a939b036881eb6ecddab42dbca436240d5c6ea (diff)
downloadnfs-utils-2-2-2-rc1.tar.gz
gitignore: ignore files generated by libnfsidmap compilationnfs-utils-2-2-2-rc1
libnfsidmap.pc is generated during the compiling of libnfsidmap which needed to be ignored. Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--.gitignore1
-rw-r--r--support/nfsidmap/libnfsidmap.pc11
2 files changed, 1 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 540737d..f17db9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,6 +35,7 @@ support/include/stamp-h1
*.o
*.lo
*.la
+*.pc
.libs
lib*.a
test-driver
diff --git a/support/nfsidmap/libnfsidmap.pc b/support/nfsidmap/libnfsidmap.pc
deleted file mode 100644
index 5ec28ae..0000000
--- a/support/nfsidmap/libnfsidmap.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib64
-includedir=${prefix}/include
-
-Name: libnfsidmap
-Description: Library that handles mapping between names and ids for NFSv4.
-Requires:
-Version: 2.1.1
-Libs: -L${exec_prefix}/lib64 -lnfsidmap
-Cflags: -I${prefix}/include