aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-09-16 18:52:54 +0200
committerMattias Andrée <maandree@kth.se>2021-09-16 18:52:54 +0200
commit1eb2f48c275a7e5f572b86c615dffb64bdfab1e8 (patch)
treea0efeb2638733473c84f21e493668b87e5a84ecb /.gitignore
parentAdd limit.c: get the highest rate possible (diff)
downloadyes-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--.gitignore7
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