diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-08-30 00:01:05 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-30 00:01:05 -0400 |
commit | bf483586a2304f8d60b077aee36370d2cb211da7 (patch) | |
tree | 2ed1bb7394f0a61469803bd47792355969c213ae | |
parent | ca0e7fc074f36853601d1ee892d1f22e04a26cc0 (diff) |
Ignore .go files.
* .gitignore: New file.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e796b66 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.go |