diff options
author | Anthony Wang | 2020-07-21 18:14:15 -0500 |
---|---|---|
committer | Anthony Wang | 2020-07-21 18:14:15 -0500 |
commit | 3c679b5e3eac9c0f1eb46e4a3cac0d8c6bc85779 (patch) | |
tree | 369d0003b877037f42dff92aef3058045ccac268 | |
parent | 87edfb7a537ddb8f6a4dccdd80ff6e47e87ed0a2 (diff) |
Added .gitignore
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | photo.in | 2 | ||||
-rw-r--r-- | photo.out | 1 | ||||
-rw-r--r-- | triangles.in | 5 | ||||
-rw-r--r-- | triangles.out | 1 | ||||
-rw-r--r-- | word.ans | 6 | ||||
-rw-r--r-- | word.in | 2 | ||||
-rw-r--r-- | word.out | 6 |
8 files changed, 8 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..36a6007 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.vscode +*.in +*.out +*.ans +*.exe +* +!*/ +!*.*
\ No newline at end of file diff --git a/photo.in b/photo.in deleted file mode 100644 index c51b36f..0000000 --- a/photo.in +++ /dev/null @@ -1,2 +0,0 @@ -5 -4 6 7 6
\ No newline at end of file diff --git a/photo.out b/photo.out deleted file mode 100644 index 2f627fa..0000000 --- a/photo.out +++ /dev/null @@ -1 +0,0 @@ -3 1 5 2 4
\ No newline at end of file diff --git a/triangles.in b/triangles.in deleted file mode 100644 index d41ac61..0000000 --- a/triangles.in +++ /dev/null @@ -1,5 +0,0 @@ -4 -0 0 -0 1 -1 0 -1 2
\ No newline at end of file diff --git a/triangles.out b/triangles.out deleted file mode 100644 index d8263ee..0000000 --- a/triangles.out +++ /dev/null @@ -1 +0,0 @@ -2
\ No newline at end of file diff --git a/word.ans b/word.ans deleted file mode 100644 index 95885d3..0000000 --- a/word.ans +++ /dev/null @@ -1,6 +0,0 @@ -hello my -name is -Bessie -and this -is my -essay
\ No newline at end of file diff --git a/word.in b/word.in deleted file mode 100644 index d207c7d..0000000 --- a/word.in +++ /dev/null @@ -1,2 +0,0 @@ -10 7 -hello my name is Bessie and this is my essay
\ No newline at end of file diff --git a/word.out b/word.out deleted file mode 100644 index 95885d3..0000000 --- a/word.out +++ /dev/null @@ -1,6 +0,0 @@ -hello my -name is -Bessie -and this -is my -essay
\ No newline at end of file |