* [PATCH 0/2] libgssglue cleanup
@ 2012-10-24 15:48 Steve Dickson
2012-10-24 15:49 ` [PATCH 2/2] Git ignored things that are generated during the build Steve Dickson
0 siblings, 1 reply; 2+ messages in thread
From: Steve Dickson @ 2012-10-24 15:48 UTC (permalink / raw)
To: Linux NFS Mailing list
The following two patches update how libgssglue is
built and git ignore things that are a result
of that build.
Steve Dickson (2):
Added libtoolize call to autogen.sh
Git ignored things that are generated during the build
.gitignore | 26 +
Makefile.am | 2 +
autogen.sh | 2 +-
configure.in | 1 +
ltmain.sh | 14491 +++++++++++++++++++++++++++++++++++----------------------
5 files changed, 8888 insertions(+), 5634 deletions(-)
create mode 100644 .gitignore
--
1.7.11.7
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] Git ignored things that are generated during the build
2012-10-24 15:48 [PATCH 0/2] libgssglue cleanup Steve Dickson
@ 2012-10-24 15:49 ` Steve Dickson
0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2012-10-24 15:49 UTC (permalink / raw)
To: Linux NFS Mailing list
Signed-off-by: Steve Dickson <steved@redhat.com>
---
.gitignore | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/.gitignore b/.gitignore
index 73ae869..c998d2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,18 @@ missing
ltmain.sh
src/Makefile.in
src/gssglue/config.h.in
+Makefile
+config.log
+config.status
+libgssglue.pc
+libtool
+src/.deps/
+src/Makefile
+src/gssglue/config.h
+src/gssglue/stamp-h1
+src/gssglue/gssapi/gssapi.h
+src/libgssglue.la
+src/.libs/
+src/*.o
+src/*.lo
+
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-24 15:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 15:48 [PATCH 0/2] libgssglue cleanup Steve Dickson
2012-10-24 15:49 ` [PATCH 2/2] Git ignored things that are generated during the build Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).