adding Intellisense precompiled headers

ipch files can appear in Unreal projects folder with VS 2022
This commit is contained in:
Mehdi Zakaria Benadel 2022-04-27 15:58:15 +02:00 committed by GitHub
parent d0b80a4699
commit 24ca99b6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
# Precompiled Headers # Precompiled Headers
*.gch *.gch
*.pch *.pch
*.ipch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so