Ignore the .cache directory create by VSCode.
This is populated by the clangd language service provider. Also ignore the cmake-variants.yaml file. This can be created locally to select various build/test configurations. Fixes #4266
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -24,6 +24,10 @@ Win32-Release/
 | 
				
			|||||||
x64-Debug/
 | 
					x64-Debug/
 | 
				
			||||||
x64-Release/
 | 
					x64-Release/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# VSCode files
 | 
				
			||||||
 | 
					.cache/
 | 
				
			||||||
 | 
					cmake-variants.yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ignore autoconf / automake files
 | 
					# Ignore autoconf / automake files
 | 
				
			||||||
Makefile.in
 | 
					Makefile.in
 | 
				
			||||||
aclocal.m4
 | 
					aclocal.m4
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user