From 50f66d5f3a3a513362ef40f11b17992522b2fffd Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Mon, 25 May 2020 16:53:43 -0700
Subject: [PATCH] Teach git to ignore tictactoe.js

We only want to commit source files to git, not the results of the
build.
---
 tictactoe/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tictactoe/.gitignore

diff --git a/tictactoe/.gitignore b/tictactoe/.gitignore
new file mode 100644
index 0000000..e71d218
--- /dev/null
+++ b/tictactoe/.gitignore
@@ -0,0 +1 @@
+tictactoe.js
-- 
2.45.2