| # Ignore generated files | |
| # ... | |
| 
 | |
| # Ignore compiled binaries | |
| src/*.o | |
| src/*.exe | |
| examples/*.o | |
| examples/*.exe | |
| templates/*.exe | |
| 
 | |
| # Ignore Android generated files and folders | |
| src_android/obj/ | |
| templates/android_project/bin/ | |
| templates/android_project/obj/ | |
| templates/android_project/libs/ | |
| 
 | |
| # Ignore thumbnails created by windows | |
| Thumbs.db | |
| 
 | |
| # Ignore files build by Visual Studio | |
| # *.obj --> Can be confused with 3d model! | |
| *.pdb | |
| *.aps | |
| *.vcproj.*.user | |
| *.vcxproj* | |
| *.sln | |
| *.vspscc | |
| *_i.c | |
| *.i | |
| *.icf | |
| *_p.c | |
| *.ncb | |
| *.suo | |
| *.tlb | |
| *.tlh | |
| *.bak | |
| *.cache | |
| *.ilk | |
| *.log | |
| [Bb]in | |
| [Dd]ebug/ | |
| [Dd]ebug.win32/ | |
| *.sbr | |
| *.sdf | |
| obj/ | |
| [Rr]elease.win32/ | |
| _ReSharper*/ | |
| [Tt]est[Rr]esult* | |
| ipch/ | |
| *.opensdf | |
| *.exe | |
| !tools/rrem.exe | |
| 
 | |
| # Ignore files build by xcode | |
| *.mode*v* | |
| *.pbxuser | |
| *.xcbkptlist | |
| *.xcscheme | |
| *.xcworkspacedata | |
| *.xcuserstate | |
| *.xccheckout | |
| xcschememanagement.plist | |
| .DS_Store | |
| ._.* | |
| xcuserdata/ | |
| DerivedData/ |