Skip to content

Commit

Permalink
kbuild: ignore *.order files
Browse files Browse the repository at this point in the history
Introducing the new modules.order patch created a number
of additional files. Teach git to ignore them.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Tejun Heo <htejun@gmail.com>
  • Loading branch information
sravnborg committed Jan 28, 2008
1 parent 0484f12 commit c6025f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -17,6 +17,7 @@
*.i
*.lst
*.symtypes
*.order

#
# Top-level generic files
Expand Down

0 comments on commit c6025f4

Please sign in to comment.