diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2015-02-21 13:06:22 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2015-02-21 13:06:22 -0800 |
commit | d0386f4dc9fcc1fdbc490b586732cbb9d5f935bf (patch) | |
tree | 95649d89621618744103b6889925178f4586d719 | |
parent | 67236f0353d0834036eb373fafec96e99b7e8ed3 (diff) |
Added .gitignore for build artifacts
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..551120e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +vwm |