From: Sam Sheffres Date: Thu, 29 Oct 2015 06:09:21 +0000 (+0600) Subject: Rename UE4 gitignore to UnrealEngine X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=18a4bd70c71fd30df2180c515e7c2b36f93a8819;p=gitignore.git Rename UE4 gitignore to UnrealEngine --- diff --git a/UE4.gitignore b/UE4.gitignore deleted file mode 100644 index 80f9fff4..00000000 --- a/UE4.gitignore +++ /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 index 00000000..e6fc76f8 --- /dev/null +++ b/UnrealEngine.gitignore @@ -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/*