diff options
| author | Brian Gerst <bgerst@didntduck.org> | 2005-12-27 23:19:04 -0500 | 
|---|---|---|
| committer | <sam@mars.ravnborg.org> | 2006-01-01 22:21:50 +0100 | 
| commit | 42f122c8f7e7134c824907358a5df94cfa38946d (patch) | |
| tree | 1323e75c25490fc23526382f7e68d0b572a07a98 /.gitignore | |
| parent | 752625cff3eba81cbc886988d5b420064c033948 (diff) | |
| download | linux-42f122c8f7e7134c824907358a5df94cfa38946d.tar.bz2 | |
gitignore: asm-offsets.h
Ignore asm-offsets.h for all arches.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index 5014bfa48ac1..a4b576eb9c00 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ Module.symvers  # Generated include files  #  include/asm +include/asm-*/asm-offsets.h  include/config  include/linux/autoconf.h  include/linux/compile.h |