diff options
author | Mattias Andrée <maandree@kth.se> | 2020-05-27 20:01:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-05-27 20:01:51 +0200 |
commit | ec04bfbd248c58ccda8cda3df785b86252efb707 (patch) | |
tree | f4a8b88fad6f7bcd44f9e952f3163a95f0fb1604 /.gitignore | |
download | sctrace-ec04bfbd248c58ccda8cda3df785b86252efb707.tar.gz sctrace-ec04bfbd248c58ccda8cda3df785b86252efb707.tar.bz2 sctrace-ec04bfbd248c58ccda8cda3df785b86252efb707.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..511671e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*\#* +*~ +*.o +*.su +/sctrace |