14 Commits

Author SHA1 Message Date
zhenwei pi
29e46fe290 gitignore: Add utils/iscsi-md5sum
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
2023-07-31 15:39:53 +08:00
zhenwei pi
ae6909fd31 gitignore: add utils/iscsi-discard
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
2023-07-21 18:19:51 +08:00
zhenwei pi
5233a80de4 Add /utils/iscsi-pr into .gitignore
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
2023-05-31 06:49:59 -07:00
John Levon
314aa26576 add libiscsi.syms to .gitignore
This file is generated; add it to .gitignore.

Signed-off-by: John Levon <john.levon@nutanix.com>
2022-01-17 13:14:38 -08:00
Peter Lieven
dd218f0e6b gitignore: really ignore autom4te.cache
Signed-off-by: Peter Lieven <pl@kamp.de>
2016-05-13 09:22:23 +02:00
Jakob van Kruijssen
81a7610155 Fix CHAP challange not being fully read and hashed. 2016-03-30 19:21:12 -07:00
Chris Zankel
ff61508aa7 gitignore: exclude test/Makefile and test/Makefile.in
Signed-off-by: Chris Zankel <chris@zankel.net>
2015-04-22 18:13:54 -07:00
Sebastian Herbszt
373d5883d4 update .gitignore
Add test-tool/iscsi-test-cu to .gitignore.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2015-03-14 11:11:21 -07:00
Stefan Weil
dd1ee0f51c 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>
2015-03-07 09:54:38 +01:00
Sebastian Herbszt
4fbf802d32 update .gitignore
Update .gitignore.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
2015-02-16 15:38:39 -08:00
Lee Duncan
474cec5556 Added new 1130* test file for PGR simple reserve testing.
Added infrastructure to support reading, setting, and
clearing reservations.
2012-12-22 13:50:55 -08:00
Michael Tokarev
23b40111fc ignore m4/ directory and (re)create it in autogen.sh
m4/ is used by auto* tools to store (mostly libtool)
generated files.  Without it being present, autoreconf&Co
does not work, and with it present, git mentions untracked
files.  Fix both.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2012-05-15 17:18:11 +10:00
Paolo Bonzini
17319072b1 use automake and libtool
This commits replaces the handwritten makefile with automake+libtool.
There is some hackery needed for the LD_PRELOAD shared library,
but apart from that there is nothing special and it is a large gain in
portability and standardization.

The spec file is modified as little as is needed to properly build
the RPMs.
2011-10-28 17:04:59 +02:00
Paolo Bonzini
d56fa027ff add .gitignore 2011-10-28 16:39:24 +02:00