diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-12 20:11:53 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-05-12 20:11:53 -0400 |
| commit | 6c430dced8f7668bca850a0cbbc9297ce07490c0 (patch) | |
| tree | 9d15399cb9d30b61119ba5d7e2548316f3d44b24 | |
| parent | 69b4c7eb6f0908883fa564bb8c1f29191a76c520 (diff) | |
| download | market-sim-6c430dced8f7668bca850a0cbbc9297ce07490c0.zip market-sim-6c430dced8f7668bca850a0cbbc9297ce07490c0.tar.gz market-sim-6c430dced8f7668bca850a0cbbc9297ce07490c0.tar.bz2 market-sim-6c430dced8f7668bca850a0cbbc9297ce07490c0.tar.xz | |
added .gitignore
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6be18e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*~ +a.out +market-sim |