You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnrealEngine.gitignore 672B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6. # Precompiled Headers
  7. *.gch
  8. *.pch
  9. # Compiled Dynamic libraries
  10. *.so
  11. *.dylib
  12. *.dll
  13. # Fortran module files
  14. *.mod
  15. # Compiled Static libraries
  16. *.lai
  17. *.la
  18. *.a
  19. *.lib
  20. # Executables
  21. *.exe
  22. *.out
  23. *.app
  24. *.ipa
  25. # These project files can be generated by the engine
  26. *.xcodeproj
  27. *.sln
  28. *.suo
  29. *.opensdf
  30. *.sdf
  31. # Precompiled Assets
  32. SourceArt/**/*.png
  33. SourceArt/**/*.tga
  34. # Binary Files
  35. Binaries/*
  36. # Builds
  37. Build/*
  38. # Don't ignore icon files in Build
  39. !Build/**/*.ico
  40. # Configuration files generated by the Editor
  41. Saved/*
  42. # Compiled source files for the engine to use
  43. Intermediate/*
  44. # Cache files for the editor to use
  45. DerivedDataCache/*