diff options
author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
commit | bbb20089a3275a19e475dbc21320c3742e3ca423 (patch) | |
tree | 216fdc1cbef450ca688135c5b8969169482d9a48 /.gitignore | |
parent | 3e48e656903e9fd8bc805c6a2c4264d7808d315b (diff) | |
parent | 657a77fa7284d8ae28dfa48f1dc5d919bf5b2843 (diff) |
Merge branch 'dmaengine' into async-tx-next
Conflicts:
crypto/async_tx/async_xor.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/pci.c
drivers/md/raid5.c
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 51bd99d6a260..cecb3b040cc1 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -3,7 +3,7 @@ | |||
3 | # subdirectories here. Add them in the ".gitignore" file | 3 | # subdirectories here. Add them in the ".gitignore" file |
4 | # in that subdirectory instead. | 4 | # in that subdirectory instead. |
5 | # | 5 | # |
6 | # NOTE! Please use 'git-ls-files -i --exclude-standard' | 6 | # NOTE! Please use 'git ls-files -i --exclude-standard' |
7 | # command after changing this file, to see if there are | 7 | # command after changing this file, to see if there are |
8 | # any tracked files which get ignored after the change. | 8 | # any tracked files which get ignored after the change. |
9 | # | 9 | # |
@@ -25,6 +25,8 @@ | |||
25 | *.elf | 25 | *.elf |
26 | *.bin | 26 | *.bin |
27 | *.gz | 27 | *.gz |
28 | *.lzma | ||
29 | *.patch | ||
28 | 30 | ||
29 | # | 31 | # |
30 | # Top-level generic files | 32 | # Top-level generic files |
@@ -62,6 +64,12 @@ series | |||
62 | cscope.* | 64 | cscope.* |
63 | ncscope.* | 65 | ncscope.* |
64 | 66 | ||
67 | # gnu global files | ||
68 | GPATH | ||
69 | GRTAGS | ||
70 | GSYMS | ||
71 | GTAGS | ||
72 | |||
65 | *.orig | 73 | *.orig |
66 | *~ | 74 | *~ |
67 | \#*# | 75 | \#*# |