1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Ignore cmake build and JetBrains user specific files in UnrealEngine

This commit is contained in:
Cristiano Carvalheiro 2019-10-26 15:32:41 +01:00
parent 2644536a24
commit 8e36d714a3

View File

@ -1,6 +1,9 @@
# Visual Studio 2015 user specific files # Visual Studio 2015 user specific files
.vs/ .vs/
# JetBrains user specific files
.idea/
# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo
@ -40,6 +43,7 @@
*.sdf *.sdf
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
CMakeLists.txt
# Precompiled Assets # Precompiled Assets
SourceArt/**/*.png SourceArt/**/*.png