Last active
August 29, 2015 13:56
-
-
Save evanzillians/9224641 to your computer and use it in GitHub Desktop.
Draft of repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thor | |
├── contrib | |
│ ├── bar | |
│ └── foo | |
├── include | |
│ ├── dir-1 | |
│ │ └── hdr-1.h | |
│ └── dir-2 | |
│ └── hdr-2.h | |
├── src | |
│ ├── target-1 | |
│ │ ├── src | |
│ │ │ └── src-1.cpp | |
│ │ └── test | |
│ │ └── test.cpp | |
│ ├── target-2 | |
│ │ ├── src | |
│ │ │ └── src-2.cpp | |
│ │ └── test | |
│ │ └── test.cpp | |
│ └── target-3 | |
│ ├── src | |
│ │ └── src-3.cpp | |
│ └── test | |
│ └── test.cpp | |
└── test | |
└── complicated | |
└── test.cpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment