Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #60 from loganwendholt/reorg
Browse files Browse the repository at this point in the history
Reorganize for better crate modularity
  • Loading branch information
wangbj authored Aug 27, 2019
2 parents 92e1998 + e79722c commit 70be695
Show file tree
Hide file tree
Showing 73 changed files with 2,021 additions and 349 deletions.
19 changes: 0 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,10 @@ core
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk


# Systrace specific things

bin/reverie
tests/clock-nanosleep
tests/forkExec
Expand Down Expand Up @@ -95,18 +89,5 @@ tests/threads6
tests/threads7
tests/write-many
tests/x64-save-return-address
examples/counter/src/ffi.rs
examples/counter/src/consts.rs
examples/echo/src/ffi.rs
examples/echo/src/consts.rs
examples/det/src/ffi.rs
examples/det/src/consts.rs
examples/none/src/ffi.rs
examples/none/src/consts.rs
src/nr.rs
syscalls/src/nr.rs
tools_helper/src/consts.rs
tools_helper/src/profiling.rs
tools_helper/src/state.rs
tools_helper/src/local_state.rs
preloader/src/consts.rs
Loading

0 comments on commit 70be695

Please sign in to comment.