diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:52:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:52:54 +0200 |
commit | 1eb2f48c275a7e5f572b86c615dffb64bdfab1e8 (patch) | |
tree | a0efeb2638733473c84f21e493668b87e5a84ecb /.gitignore | |
parent | Add limit.c: get the highest rate possible (diff) | |
download | yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.gz yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.bz2 yes-silly-1eb2f48c275a7e5f572b86c615dffb64bdfab1e8.tar.xz |
Add makefile and gitignore + update copyright year + m style fix + fix warnings + fix limit which had stopped working
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea677b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*\#* +*~ +*.o +*.su +/yes +/limit +/measure |