Skip to content

Instantly share code, notes, and snippets.

@evanzillians
Last active August 29, 2015 13:56
Show Gist options
  • Save evanzillians/9224641 to your computer and use it in GitHub Desktop.
Save evanzillians/9224641 to your computer and use it in GitHub Desktop.
Draft of repo
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