diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-06 17:41:54 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-06 17:41:54 (EST) |
commit | 6848fd9e9ec1cc8360037f8ae46f8557f515434b (patch) | |
tree | 6432679100cfeae0d8a3db26e20dabea51fcbe2a /.gitignore | |
parent | 2a1bf029baa379f6cec61fab205c2f64a809f396 (diff) | |
download | decmath.js-6848fd9e9ec1cc8360037f8ae46f8557f515434b.zip decmath.js-6848fd9e9ec1cc8360037f8ae46f8557f515434b.tar.gz decmath.js-6848fd9e9ec1cc8360037f8ae46f8557f515434b.tar.bz2 |
.gitignore: New file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c119d25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Swap and backup files +.*.s[a-w]? +.s[a-w]? +*.vim +*~ +*.orig |