mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
Add .gitignore files to exclude build products
This commit is contained in:
parent
058ac9ba78
commit
4cd8e49a69
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
#
|
||||||
|
# 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
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
#
|
||||||
|
# Top level generated files specific to this top level dir
|
||||||
|
#
|
||||||
|
/Makefile
|
||||||
|
/config.log
|
||||||
|
/config.status
|
||||||
|
/libtool
|
||||||
|
/zfs_config.h
|
||||||
|
/zfs.spec
|
||||||
|
/zfs-modules.spec
|
||||||
|
/stamp-h1
|
||||||
|
/.script-config
|
||||||
|
|
||||||
|
#
|
||||||
|
# Top level generic files
|
||||||
|
#
|
||||||
|
!.gitignore
|
||||||
|
tags
|
||||||
|
TAGS
|
||||||
|
cscope.*
|
1
cmd/zdb/.gitignore
vendored
Normal file
1
cmd/zdb/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/zdb
|
1
cmd/zfs/.gitignore
vendored
Normal file
1
cmd/zfs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/zfs
|
1
cmd/zinject/.gitignore
vendored
Normal file
1
cmd/zinject/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/zinject
|
1
cmd/zpool/.gitignore
vendored
Normal file
1
cmd/zpool/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/zpool
|
1
cmd/ztest/.gitignore
vendored
Normal file
1
cmd/ztest/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/ztest
|
3
module/.gitignore
vendored
Normal file
3
module/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/.tmp_versions
|
||||||
|
/Module.markers
|
||||||
|
/Module.symvers
|
Loading…
Reference in New Issue
Block a user