Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
4,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # Compiled Object files
  2. *.slo
  3. *.lo
  4. *.o
  5. *.obj
  6.  
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10.  
  11. # Compiled Dynamic libraries
  12. *.so
  13. *.dylib
  14. *.dll
  15.  
  16. # Fortran module files
  17. *.mod
  18.  
  19. # Compiled Static libraries
  20. *.lai
  21. *.la
  22. *.a
  23.  
  24. # Executables
  25. *.exe
  26. *.out
  27. *.app
  28. *.ipa
  29.  
  30. # these project files can be generated by the engine
  31. *.xcodeproj
  32. *.sln
  33. *.suo
  34. *.opensdf
  35. *.sdf
  36. *.sln
  37. *.abc
  38.  
  39. # Precompiled Assets
  40. SourceArt/**/*.png
  41. SourceArt/**/*.tga
  42.  
  43. # Binary Files
  44. Binaries/*
  45.  
  46. # Builds
  47. Build/*
  48.  
  49. # Don't ignore icon files in Build
  50. !Build/**/*.ico
  51.  
  52. # Configuration files generated by the Editor
  53. Saved/*
  54.  
  55. # Compiled source files for the engine to use
  56. Intermediate/*
  57.  
  58. # Cache files for the editor to use
  59. DerivedDataCache/*
  60.  
  61. ThirdParty/*
  62. Content/*
  63.  
  64. # Mac Artifacts
  65. .DS_Store
  66.  
  67. # Vim Artifacts
  68. *.swp
  69. *.swo
  70. .ctrlp_cache/
  71.  
  72. *.VC.opendb
  73. *.VC.db
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement