sun-misc-gitignore
Add .gitignore files. Signed-off-by: Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
This commit is contained in:
parent
f7e8739c94
commit
694921bc49
|
@ -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.*
|
|
@ -0,0 +1,3 @@
|
|||
/Makefile
|
||||
/spl
|
||||
/splat
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
|
@ -0,0 +1,4 @@
|
|||
/.tmp_versions
|
||||
/Makefile
|
||||
/Module.markers
|
||||
/Module.symvers
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
|
@ -0,0 +1 @@
|
|||
/Makefile
|
Loading…
Reference in New Issue