Skip to content

Commit

Permalink
submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoxifeng committed Apr 10, 2017
1 parent b499432 commit 43f6771
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.DS_Store
*.cmake
*.ninja
CMakeFiles
CMakeCache.txt
/ext_build
/build
*.app
.ninja_*
*.ele
*.face
*.node
*.edge
*.smesh
*.off
*.o
tetgen
im
im_resources.h
im_resources.cpp
*.pyc
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "ext/nanogui"]
path = ext/nanogui
url = https://github.com/wjakob/nanogui
[submodule "ext/pcg32"]
path = ext/pcg32
url = https://github.com/wjakob/pcg32
[submodule "ext/tbb"]
path = ext/tbb
url = https://github.com/wjakob/tbb
[submodule "ext/dset"]
path = ext/dset
url = https://github.com/wjakob/dset
1 change: 0 additions & 1 deletion README.md

This file was deleted.

0 comments on commit 43f6771

Please sign in to comment.