Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Dreier committed Oct 24, 2005
2 parents c8e0ca6 + ba9e358 commit e7d311d
Show file tree
Hide file tree
Showing 94 changed files with 1,181 additions and 683 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.mod.c

#
# Top-level generic files
#
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

Loading

0 comments on commit e7d311d

Please sign in to comment.