diff options
author | 2015-08-16 12:53:37 +1000 | |
---|---|---|
committer | 2015-08-16 12:54:54 +1000 | |
commit | e6e6a089b93bdd651d2016801d80f5be6c13dcc3 (patch) | |
tree | 1cb593d5c1c826e708924b9de86cc11c4c0892a9 /.gitignore | |
parent | 94fd8c074fa9a52f45d67f30fa3996b28b64070a (diff) |
Added .gitignore for compiled files & sublime workspace
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6338a48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +CppTicTacToe +bin/ +build/ +*.sublime-workspace |