mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Uses obj-m instead, due to kernel changes. See LKML: Masahiro Yamada, Tue, 6 Aug 2019 19:03:23 +0900 Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Dominic Pearson <dsp@technoanimal.net> Closes #9169
		
			
				
	
	
		
			77 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# 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]
 | 
						|
*.o.ur-safe
 | 
						|
*.lo
 | 
						|
*.la
 | 
						|
*.mod.c
 | 
						|
*~
 | 
						|
*.swp
 | 
						|
*.gcno
 | 
						|
*.gcda
 | 
						|
*.pyc
 | 
						|
*.pyo
 | 
						|
.deps
 | 
						|
.libs
 | 
						|
.dirstamp
 | 
						|
.DS_Store
 | 
						|
modules.order
 | 
						|
Makefile
 | 
						|
Makefile.in
 | 
						|
 | 
						|
#
 | 
						|
# Top level generated files specific to this top level dir
 | 
						|
#
 | 
						|
/bin
 | 
						|
/configure
 | 
						|
/config.log
 | 
						|
/config.status
 | 
						|
/libtool
 | 
						|
/zfs_config.h
 | 
						|
/zfs_config.h.in
 | 
						|
/zfs.release
 | 
						|
/stamp-h1
 | 
						|
/aclocal.m4
 | 
						|
/autom4te.cache
 | 
						|
 | 
						|
#
 | 
						|
# Top level generic files
 | 
						|
#
 | 
						|
!.gitignore
 | 
						|
tags
 | 
						|
TAGS
 | 
						|
current
 | 
						|
cscope.*
 | 
						|
*.rpm
 | 
						|
*.deb
 | 
						|
*.tar.gz
 | 
						|
*.patch
 | 
						|
*.orig
 | 
						|
*.log
 | 
						|
venv
 | 
						|
 | 
						|
#
 | 
						|
# Module leftovers
 | 
						|
#
 | 
						|
/module/avl/zavl.mod
 | 
						|
/module/icp/icp.mod
 | 
						|
/module/lua/zlua.mod
 | 
						|
/module/nvpair/znvpair.mod
 | 
						|
/module/spl/spl.mod
 | 
						|
/module/unicode/zunicode.mod
 | 
						|
/module/zcommon/zcommon.mod
 | 
						|
/module/zfs/zfs.mod
 |