diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 01:10:53 -0300 |
---|---|---|
committer | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-01-24 01:10:53 -0300 |
commit | 50c42165ea1ef8592fcc8b2948201a52a6f7c82e (patch) | |
tree | f3caaf6232c989d805658645afd54b833c29e2a2 | |
parent | 172a4e127c72c60c8be63b747e05fb6c04d1e5da (diff) |
Add `.gitignore`.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5eb0ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.* +_* +*~ |