diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-05 01:07:35 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-05 01:21:28 +0200 |
commit | e4535303d2062b6d959d7ecd88ce97dd75684784 (patch) | |
tree | 3a5b30b99079fef3b42c2169af4d1dc5447ea1af /.gitignore | |
download | apsh-e4535303d2062b6d959d7ecd88ce97dd75684784.tar.gz apsh-e4535303d2062b6d959d7ecd88ce97dd75684784.tar.bz2 apsh-e4535303d2062b6d959d7ecd88ce97dd75684784.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..e4204e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*\#* +*~ +*.o +*.su +/apsh |