mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Add more patterns to .gitignore
These were needed for files created by `cmake ../vcmi && cmake --build .`
This commit is contained in:
		
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,12 +1,15 @@ | ||||
| /client/vcmiclient | ||||
| /server/vcmiserver | ||||
| /launcher/.lupdate | ||||
| /launcher/vcmilauncher | ||||
| /mapeditor/.lupdate | ||||
| /launcher/vcmilauncher_automoc.cpp | ||||
| /conan-* | ||||
|  | ||||
| build/ | ||||
| .cache/* | ||||
| out/ | ||||
| /.qt | ||||
| *.dll | ||||
| *.exe | ||||
| *.depend | ||||
| @@ -42,6 +45,7 @@ VCMI_VS11.opensdf | ||||
| .DS_Store | ||||
| CMakeUserPresets.json | ||||
| compile_commands.json | ||||
| fuzzylite.pc | ||||
|  | ||||
| # Visual Studio | ||||
| *.suo | ||||
| @@ -62,5 +66,8 @@ compile_commands.json | ||||
| /deps | ||||
| .vs/ | ||||
|  | ||||
| # Visual Studio Code | ||||
| /.vscode/ | ||||
|  | ||||
| # CLion | ||||
| .idea/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user