summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mdadm: Respect config file location in manLukasz Florczak2022-04-051-0/+1
| | | | | | | | | | | | Default config file location could differ depending on OS (e.g. Debian family). This patch takes default config file into consideration when creating mdadm.man file as well as mdadm.conf.man. Rename mdadm.conf.5 to mdadm.conf.5.in. Now mdadm.conf.5 is generated automatically. Signed-off-by: Lukasz Florczak <lukasz.florczak@linux.intel.com> Acked-by: Coly Li <colyli@suse.de> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
* Add raid6check to .gitignoreNeilBrown2013-08-261-0/+1
| | | | Signed-off-by: NeilBrown <neilb@suse.de>
* Add some built files to .gitignore.NeilBrown2013-05-131-0/+6
| | | | | | Now everything made by "make everything" is suitably ignored. Signed-off-by: NeilBrown <neilb@suse.de>
* mdassemble: split dietlibc logic into dedicated targetMike Frysinger2012-08-131-0/+1
| | | | | | | This lets people run `make mdassemble` and get a sane build by default. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: NeilBrown <neilb@suse.de>
* .gitignore: ignore mdadm.8 fileNamhyung Kim2011-06-231-0/+1
| | | | | | | mdadm.8 is auto-generated from mdadm.8.in, so ignore it. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
* .gitignore updateNeilBrown2009-04-141-0/+4
| | | | | | Add a few more generated files to .gitignore Signed-off-by: NeilBrown <neilb@suse.de>
* Add a .gitignore file.Neil Brown2008-04-291-0/+5
|
* Fix possible bug with bitmap space allocation with v1.0 metadataNeil Brown2008-04-291-0/+0
When adding a device to an array, make sure we don't reserve so much space for the bitmap that there isn't room for the data.