aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-07-21 18:14:15 -0500
committerAnthony Wang2020-07-21 18:14:15 -0500
commit3c679b5e3eac9c0f1eb46e4a3cac0d8c6bc85779 (patch)
tree369d0003b877037f42dff92aef3058045ccac268
parent87edfb7a537ddb8f6a4dccdd80ff6e47e87ed0a2 (diff)
Added .gitignore
-rw-r--r--.gitignore8
-rw-r--r--photo.in2
-rw-r--r--photo.out1
-rw-r--r--triangles.in5
-rw-r--r--triangles.out1
-rw-r--r--word.ans6
-rw-r--r--word.in2
-rw-r--r--word.out6
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