]> source.dussan.org Git - gitignore.git/commitdiff
Rename UE4 gitignore to UnrealEngine
authorSam Sheffres <ssheffres@gmail.com>
Thu, 29 Oct 2015 06:09:21 +0000 (12:09 +0600)
committerSam Sheffres <ssheffres@gmail.com>
Thu, 29 Oct 2015 06:09:21 +0000 (12:09 +0600)
UE4.gitignore [deleted file]
UnrealEngine.gitignore [new file with mode: 0644]

diff --git a/UE4.gitignore b/UE4.gitignore
deleted file mode 100644 (file)
index 80f9fff..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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/*
diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore
new file mode 100644 (file)
index 0000000..e6fc76f
--- /dev/null
@@ -0,0 +1,56 @@
+# 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
+
+# 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/*