diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-21 01:23:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-21 11:21:17 +0100 |
commit | b266bd971ea01d4361176dcce9273711844df73d (patch) | |
tree | a53cab2126d77a4ca217cfd2724edefa5e8a5913 /.gitignore | |
parent | m todo (diff) | |
download | read-quickly-b266bd971ea01d4361176dcce9273711844df73d.tar.gz read-quickly-b266bd971ea01d4361176dcce9273711844df73d.tar.bz2 read-quickly-b266bd971ea01d4361176dcce9273711844df73d.tar.xz |
change license, improve makefile, remove info manual, misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -1,16 +1,6 @@ -_/ -/bin/ -/obj/ -\#*\# +*\#* .* -!.git* *~ -*.bak -*.new -*.swo -*.swp -*.out *.o *.su -*.gch - +/rq |