Add more entries to .gitignore

When building on a host with installed libtool, some files are generated
which should be ignored by git:

	examples/iscsi-dd
	examples/iscsiclient
	examples/ld_iscsi.so
	utils/iscsi-inq
	utils/iscsi-ls
	utils/iscsi-perf
	utils/iscsi-readcapacity16
	utils/iscsi-swp

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2015-03-07 09:51:13 +01:00
parent 86adf5847c
commit dd1ee0f51c

9
.gitignore vendored
View File

@@ -16,6 +16,7 @@
*.o
*.lo
*.la
*.so
bin
/config.h
/config.log
@@ -31,10 +32,18 @@ TAGS
/doc/Makefile
/examples/Makefile.in
/examples/Makefile
/examples/iscsi-dd
/examples/iscsiclient
/examples/ld_iscsi.so
/lib/Makefile.in
/lib/Makefile
/test-tool/Makefile.in
/test-tool/Makefile
/utils/Makefile.in
/utils/Makefile
/utils/iscsi-inq
/utils/iscsi-ls
/utils/iscsi-perf
/utils/iscsi-readcapacity16
/utils/iscsi-swp
/libiscsi.pc