# Ignore generated files
							 | 
						|
								# ...
							 | 
						|
								
							 | 
						|
								# Ignore compiled binaries
							 | 
						|
								src/core.o
							 | 
						|
								src/shapes.o
							 | 
						|
								src/textures.o
							 | 
						|
								src/text.o
							 | 
						|
								src/models.o
							 | 
						|
								src/audio.o
							 | 
						|
								src/vector3.o
							 | 
						|
								src/stb_image.o
							 | 
						|
								src/*.exe
							 | 
						|
								examples/*.o
							 | 
						|
								
							 | 
						|
								# 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
							 | 
						|
								
							 | 
						|
								# Ignore files build by xcode
							 | 
						|
								*.mode*v*
							 | 
						|
								*.pbxuser
							 | 
						|
								*.xcbkptlist
							 | 
						|
								*.xcscheme
							 | 
						|
								*.xcworkspacedata
							 | 
						|
								*.xcuserstate
							 | 
						|
								*.xccheckout
							 | 
						|
								xcschememanagement.plist
							 | 
						|
								.DS_Store
							 | 
						|
								._.*
							 | 
						|
								xcuserdata/
							 | 
						|
								DerivedData/
							 |