aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoikk2021-11-04 21:21:03 +0100
committersoikk2021-11-04 21:21:03 +0100
commit9272c55f3690050cd7b160260bf0b432f7c54834 (patch)
tree246a49117193d24291c0ec0bd121ba2638646ada
parent93dfcb3cba1a20b01b366fc0604d64c55cbdcad1 (diff)
downloadsoikk-bouncy-ball-9272c55f3690050cd7b160260bf0b432f7c54834.tar.xz
soikk-bouncy-ball-9272c55f3690050cd7b160260bf0b432f7c54834.tar.zst
Gitignored temp files
-rw-r--r--.gitignore1
-rw-r--r--ball.c~11
2 files changed, 1 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..419ec48
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+ball.c~
diff --git a/ball.c~ b/ball.c~
deleted file mode 100644
index bc026ff..0000000
--- a/ball.c~
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include <stdlib.h>
-
-void back(){
- printf("\x1b[H")
-}
-
-int main(){
-
-
-}