diff options
author | NeilBrown <neilb@suse.de> | 2010-08-30 17:35:52 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-08-30 17:35:52 +1000 |
commit | 7c44ece988a3419e51c833cf14be186a22224dd1 (patch) | |
tree | 914239dd8f2ce809caf94f6fa7b73cc302f679c4 /lib/raid6 | |
parent | 2bfc96a127bc1cc94d26bfaa40159966064f9c8c (diff) |
Move .gitignore from drivers/md to lib/raid6
Another missing bit of the raid6 -> /lib move.
Reported-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'lib/raid6')
-rw-r--r-- | lib/raid6/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/raid6/.gitignore b/lib/raid6/.gitignore new file mode 100644 index 000000000000..162becacf97c --- /dev/null +++ b/lib/raid6/.gitignore @@ -0,0 +1,4 @@ +mktables +altivec*.c +int*.c +tables.c |