Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Oct 27, 2019
1 parent fd31430 commit 457479e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
syntax: glob
*.dll
#*.vcxproj
#*.filters
*.vcxproj.user
*.pdb
*.ilk
*.tlog
*.obj
*.rule
*.sdf
.DS_Store
Dependencies/*
iOSDependencies
build/*
SDK/OSX/sdk_contents
SDK/iOS/sdk_contents
Samples/Browser/WinRT/Debug
Samples/Browser/WinRT/Release
Samples/Browser/WinRT/Generated Files
Samples/Browser/WinRT/Media
Samples/Browser/WinRT.Xaml/Debug
Samples/Browser/WinRT.Xaml/Release
Samples/Browser/WinRT.Xaml/Generated Files
Samples/Browser/WinRT.Xaml/Media
AndroidBuild/
AndroidDependencies/
Build/
EmscriptenDependencies
EmscriptenBuild

0 comments on commit 457479e

Please sign in to comment.