A few .gitignore updates (#308)
* gitignore: Use absolute paths git status will only match the ignored path from the root of the repository, a very slightly more accurate way to ignore those files. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> * gitignore: Ignore the /output directory Test artifacts are now generated in /output, so update the .gitignore file accordingly. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
		 Damien Lespiau
					Damien Lespiau
				
			
				
					committed by
					
						 Michael Crosby
						Michael Crosby
					
				
			
			
				
	
			
			
			 Michael Crosby
						Michael Crosby
					
				
			
						parent
						
							95d78cad59
						
					
				
				
					commit
					ab90816c41
				
			
							
								
								
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| containerd/containerd | ||||
| containerd-shim/containerd-shim | ||||
| bin/ | ||||
| ctr/ctr | ||||
| hack/benchmark | ||||
| *.exe | ||||
| integration-test/test-artifacts | ||||
| /containerd/containerd | ||||
| /containerd-shim/containerd-shim | ||||
| /bin/ | ||||
| /ctr/ctr | ||||
| /hack/benchmark | ||||
| /output | ||||
|   | ||||
		Reference in New Issue
	
	Block a user