sun-misc-gitignore

Add .gitignore files.

Signed-off-by: Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
This commit is contained in:
Ricardo M. Correia 2010-01-08 01:19:49 +00:00 committed by Brian Behlendorf
parent f7e8739c94
commit 694921bc49
8 changed files with 59 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@ -0,0 +1,47 @@
#
# N.B.
# This is the toplevel .gitignore file.
# This is not the place for entries that are specific to
# a subdirectory. Instead add those files to the
# .gitignore file in that subdirectory.
#
# N.B.
# Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
*.[oa]
*.ko
*.lo
*.la
*.mod.c
*~
*.swp
.*.cmd
.deps
.libs
.DS_Store
modules.order
#
# Top level generated files specific to this top level dir
#
/Makefile
/config.log
/config.status
/libtool
/spl_config.h
/spl.spec
/spl-modules.spec
/stamp-h1
#
# Top level generic files
#
!.gitignore
tags
TAGS
cscope.*

3
cmd/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/Makefile
/spl
/splat

1
include/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Makefile

1
lib/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Makefile

4
module/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.tmp_versions
/Makefile
/Module.markers
/Module.symvers

1
module/spl/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Makefile

1
module/splat/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Makefile

1
scripts/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/Makefile