mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal 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
3
cmd/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/Makefile
|
||||||
|
/spl
|
||||||
|
/splat
|
1
include/.gitignore
vendored
Normal file
1
include/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Makefile
|
1
lib/.gitignore
vendored
Normal file
1
lib/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Makefile
|
4
module/.gitignore
vendored
Normal file
4
module/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/.tmp_versions
|
||||||
|
/Makefile
|
||||||
|
/Module.markers
|
||||||
|
/Module.symvers
|
1
module/spl/.gitignore
vendored
Normal file
1
module/spl/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Makefile
|
1
module/splat/.gitignore
vendored
Normal file
1
module/splat/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Makefile
|
1
scripts/.gitignore
vendored
Normal file
1
scripts/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/Makefile
|
Loading…
Reference in New Issue
Block a user