Skip to content

Somebody explain this branch to me #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: baw
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.vcxproj
.DS_Store
.vs/
App/App.vcxproj.user
*.filters
*.obj
Expand All @@ -18,15 +19,24 @@ Bin/Release/x64/App64.exe
*.exe
*.opendb
*.db
*.sln
*.d
*.sln
*.vcxproj

build/
*.o

*.a

*.so

*.cmake
CMakeCache.txt
CMakeFiles/
CMakeCache/

packages/

App/Makefile

Bin/Release/x64/
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "Anvil"]
path = Anvil
url = https://github.com/GPUOpen-LibrariesAndSDKs/Anvil.git
Binary file removed 3rdparty/embree/bin/x32/embree.dll
Binary file not shown.
Binary file removed 3rdparty/embree/bin/x64/benchmark.exe
Binary file not shown.
Binary file removed 3rdparty/embree/bin/x64/embree.dll
Binary file not shown.
Binary file removed 3rdparty/embree/bin/x64/tbb.dll
Binary file not shown.
257 changes: 0 additions & 257 deletions 3rdparty/embree/include/embree2/rtcore.h

This file was deleted.

Loading