Skip to content

Instantly share code, notes, and snippets.

@daschl
Created June 8, 2018 08:37
Show Gist options
  • Save daschl/0bfef480019c77e11f3b9e7c0bc390b7 to your computer and use it in GitHub Desktop.
Save daschl/0bfef480019c77e11f3b9e7c0bc390b7 to your computer and use it in GitHub Desktop.
$ tree .
.
├── Cargo.lock
├── Cargo.toml
├── src
│   └── main.rs
└── target
├── debug
│   ├── build
│   ├── deps
│   │   ├── foo-ef753504f30a738b
│   │   ├── foo-ef753504f30a738b.1qddbosld5q76e2k.rcgu.s <---- multilpe here
│   │   ├── foo-ef753504f30a738b.1y16o1qfye96o7m0.rcgu.s <----
│   │   ├── foo-ef753504f30a738b.3rngp6bm2u2q5z0y.rcgu.s <----
│   │   ├── foo-ef753504f30a738b.4xq48u46a1pwiqn7.rcgu.s <----
│   │   ├── foo-ef753504f30a738b.d
│   │   └── foo-ef753504f30a738b.dSYM
│   │   └── Contents
│   │   ├── Info.plist
│   │   └── Resources
│   │   └── DWARF
│   │   └── foo-ef753504f30a738b
│   ├── examples
│   ├── foo
│   ├── foo.d
│   ├── foo.dSYM -> deps/foo-ef753504f30a738b.dSYM
│   ├── incremental
│   │   └── foo-3bjq83swrdzrd
│   │   ├── s-f1seoo4f85-ighiug-38cua8syqr551
│   │   │   ├── 1qddbosld5q76e2k.o
│   │   │   ├── 1y16o1qfye96o7m0.o
│   │   │   ├── 3rngp6bm2u2q5z0y.o
│   │   │   ├── 4xq48u46a1pwiqn7.o
│   │   │   ├── dep-graph.bin
│   │   │   ├── query-cache.bin
│   │   │   └── work-products.bin
│   │   └── s-f1seoo4f85-ighiug.lock
│   └── native
└── release
├── build
├── deps
│   ├── foo-f3710ffe056464b7
│   ├── foo-f3710ffe056464b7.d
│   └── foo-f3710ffe056464b7.s <---- only one here
├── examples
├── foo
├── foo.d
├── incremental
└── native
21 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment