diff options
author | LAN-TW <lantw44@gmail.com> | 2013-10-08 00:40:19 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-10-08 18:19:50 +0800 |
commit | 8ecda287786e0ebc1d0061c6e6895e694820af45 (patch) | |
tree | f1834f11e73ea5109d7e8ecc3bd6b01c132b6702 /.gitignore | |
download | sp2013-HW0.tar.gz sp2013-HW0.tar.zst sp2013-HW0.zip |
HW1: Import files provided by TAHW0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..896b6eb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +config.cache +config.status +config.sub +core +core.* +*.o +*.core +*.log +*.aux +*.out +*.swp +*.synctex.gz +*.zip +*.tar +*.tar.* +hw1/read_server +hw1/write_server |