]> source.dussan.org Git - gitignore.git/commitdiff
Add a gitignore for Unreal Engine 4
authorSam Sheffres <ssheffres@gmail.com>
Tue, 27 Oct 2015 09:06:37 +0000 (15:06 +0600)
committerSam Sheffres <ssheffres@gmail.com>
Tue, 27 Oct 2015 09:06:37 +0000 (15:06 +0600)
UE4.gitignore [new file with mode: 0644]

diff --git a/UE4.gitignore b/UE4.gitignore
new file mode 100644 (file)
index 0000000..80f9fff
--- /dev/null
@@ -0,0 +1,60 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+*.ipa
+
+# These project files can be generated by the engine
+*.xcodeproj
+*.sln
+*.xcodeproj
+*.suo
+*.opensdf
+*.sdf
+*.sln
+
+# Precompiled Assets
+SourceArt/**/*.png
+SourceArt/**/*.tga
+
+# Binary Files
+Binaries/*
+
+# Builds
+Build/*
+
+# Don't ignore icon files in Build
+!Build/**/*.ico
+
+# Configuration files generated by the Editor
+Saved/*
+
+# Compiled source files for the engine to use
+Intermediate/*
+
+# Cache files for the editor to use
+DerivedDataCache/*