mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Auto-generate changelog based off on @VERSION@ during configure, so that it is not needed to be update with new releases / version updates. Signed-off-by: Umer Saleem <usaleem@ixsystems.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov>
		
			
				
	
	
		
			91 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			91 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# This is the top-level .gitignore file:
 | 
						|
# ignore everything except a list of allowed files.
 | 
						|
#
 | 
						|
# 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.
 | 
						|
 | 
						|
*
 | 
						|
 | 
						|
!.github
 | 
						|
!cmd
 | 
						|
!config
 | 
						|
!contrib
 | 
						|
!etc
 | 
						|
!include
 | 
						|
!lib
 | 
						|
!man
 | 
						|
!module
 | 
						|
!rpm
 | 
						|
!scripts
 | 
						|
!tests
 | 
						|
!udev
 | 
						|
 | 
						|
!.github/**
 | 
						|
!cmd/**
 | 
						|
!config/**
 | 
						|
!contrib/**
 | 
						|
!etc/**
 | 
						|
!include/**
 | 
						|
!lib/**
 | 
						|
!man/**
 | 
						|
!module/**
 | 
						|
!rpm/**
 | 
						|
!scripts/**
 | 
						|
!tests/**
 | 
						|
!udev/**
 | 
						|
 | 
						|
!.editorconfig
 | 
						|
!.cirrus.yml
 | 
						|
!.gitignore
 | 
						|
!.gitmodules
 | 
						|
!.mailmap
 | 
						|
!AUTHORS
 | 
						|
!autogen.sh
 | 
						|
!CODE_OF_CONDUCT.md
 | 
						|
!configure.ac
 | 
						|
!copy-builtin
 | 
						|
!COPYRIGHT
 | 
						|
!LICENSE
 | 
						|
!Makefile.am
 | 
						|
!META
 | 
						|
!NEWS
 | 
						|
!NOTICE
 | 
						|
!README.md
 | 
						|
!RELEASES.md
 | 
						|
!TEST
 | 
						|
!zfs.release.in
 | 
						|
 | 
						|
#
 | 
						|
# 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
 | 
						|
changelog
 | 
						|
*.patch
 | 
						|
*.orig
 | 
						|
*.tmp
 | 
						|
*.log
 |