mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	gitignore: anchor entries at their respective directory
.ko is specific to module, .m4 to config, etc. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
		
							parent
							
								
									ecf76e3676
								
							
						
					
					
						commit
						ea0fcfc875
					
				
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -14,16 +14,11 @@ | |||||||
| # Normal rules | # Normal rules | ||||||
| # | # | ||||||
| *.[oa] | *.[oa] | ||||||
| *.ko |  | ||||||
| *.ko.unsigned |  | ||||||
| *.ko.out |  | ||||||
| *.ko.out.sig |  | ||||||
| *.lo | *.lo | ||||||
| *.la | *.la | ||||||
| *.mod.c | *.mod.c | ||||||
| *~ | *~ | ||||||
| *.swp | *.swp | ||||||
| .*.cmd |  | ||||||
| .deps | .deps | ||||||
| .libs | .libs | ||||||
| .DS_Store | .DS_Store | ||||||
|  | |||||||
							
								
								
									
										12
									
								
								config/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								config/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| config.guess | /config.guess | ||||||
| config.sub | /config.sub | ||||||
| depcomp | /depcomp | ||||||
| install-sh | /install-sh | ||||||
| ltmain.sh | /ltmain.sh | ||||||
| missing | /missing | ||||||
|  | |||||||
							
								
								
									
										6
									
								
								module/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								module/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +1,9 @@ | |||||||
|  | *.ko | ||||||
|  | *.ko.unsigned | ||||||
|  | *.ko.out | ||||||
|  | *.ko.out.sig | ||||||
|  | .*.cmd | ||||||
|  | 
 | ||||||
| /.tmp_versions | /.tmp_versions | ||||||
| /Module.markers | /Module.markers | ||||||
| /Module.symvers | /Module.symvers | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jan Engelhardt
						Jan Engelhardt