From 3c679b5e3eac9c0f1eb46e4a3cac0d8c6bc85779 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 21 Jul 2020 18:14:15 -0500 Subject: [PATCH] Added .gitignore --- .gitignore | 8 ++++++++ photo.in | 2 -- photo.out | 1 - triangles.in | 5 ----- triangles.out | 1 - word.ans | 6 ------ word.in | 2 -- word.out | 6 ------ 8 files changed, 8 insertions(+), 23 deletions(-) create mode 100644 .gitignore delete mode 100644 photo.in delete mode 100644 photo.out delete mode 100644 triangles.in delete mode 100644 triangles.out delete mode 100644 word.ans delete mode 100644 word.in delete mode 100644 word.out 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