diff options
| author | NeilBrown <neilb@suse.de> | 2010-08-30 03:35:52 -0400 |
|---|---|---|
| committer | NeilBrown <neilb@suse.de> | 2010-08-30 03:35:52 -0400 |
| commit | 7c44ece988a3419e51c833cf14be186a22224dd1 (patch) | |
| tree | 914239dd8f2ce809caf94f6fa7b73cc302f679c4 | |
| 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>
| -rw-r--r-- | drivers/md/.gitignore | 4 | ||||
| -rw-r--r-- | lib/raid6/.gitignore | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/md/.gitignore b/drivers/md/.gitignore deleted file mode 100644 index a7afec6b19c6..000000000000 --- a/drivers/md/.gitignore +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | mktables | ||
| 2 | raid6altivec*.c | ||
| 3 | raid6int*.c | ||
| 4 | raid6tables.c | ||
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 @@ | |||
| 1 | mktables | ||
| 2 | altivec*.c | ||
| 3 | int*.c | ||
| 4 | tables.c | ||
