diff options
| author | Teddy Wing | 2015-04-11 16:18:19 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-04-11 16:18:19 -0400 | 
| commit | 1b762b4f977d2075c53e6df97f6d287ea6e5d80b (patch) | |
| tree | b3e927c466384e26b3b8d9cd7da354e02ffb56f1 | |
| parent | fa951e520b7637d9e67c31a0a8b61733e253f90b (diff) | |
| download | tic-tac-toe-1b762b4f977d2075c53e6df97f6d287ea6e5d80b.tar.bz2 | |
Add .gitignore
Create an untracked directory for extra files.
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f6786d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +private/ | 
