mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Adapt gitignore for modules
Remove the specific gitignore rules for module left-overs and add a generic one in modules/. Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Closes #9656
This commit is contained in:
		
							parent
							
								
									e74055920e
								
							
						
					
					
						commit
						85204e30dd
					
				
							
								
								
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -63,15 +63,3 @@ cscope.* | ||||
| *.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 | ||||
|  | ||||
							
								
								
									
										1
									
								
								module/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								module/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -5,6 +5,7 @@ | ||||
| *.dwo | ||||
| .*.cmd | ||||
| .*.d | ||||
| *.mod | ||||
| 
 | ||||
| /.cache.mk | ||||
| /.tmp_versions | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Michael Niewöhner
						Michael Niewöhner