diff options
author | Theodore Ts'o <tytso@MIT.EDU> | 2008-04-30 21:55:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 20:25:22 -0700 |
commit | e4c576b911e364737b1bf4f5bfdab1c440713f26 (patch) | |
tree | bbd8b9da893fb179043f224b0d07c72469181f1e /.gitignore | |
parent | ccc751841567816532874afcaeb449dbf6ca7d3a (diff) |
Update .gitignore to include include/linux/bounds.h
(which is autogenerated by kbuild)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3016ed30526d..090b293b8779 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ include/linux/autoconf.h include/linux/compile.h include/linux/version.h include/linux/utsrelease.h +include/linux/bounds.h # stgit generated dirs patches-* |