diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-01-15 20:37:31 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-01-15 20:38:24 +0000 |
commit | 7eef5053d2c4fa43c9d7c78a70bdad56fa9b9bfe (patch) | |
tree | c145fd328e0d415b5927dad9e45722d784e7a81e /.gitignore | |
parent | Support complex types in rows and parameters (diff) | |
download | mythfs-7eef5053d2c4fa43c9d7c78a70bdad56fa9b9bfe.tar.bz2 mythfs-7eef5053d2c4fa43c9d7c78a70bdad56fa9b9bfe.tar.xz mythfs-7eef5053d2c4fa43c9d7c78a70bdad56fa9b9bfe.zip |
Ignore Vim swap files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ bin *.pyc +*.sw? |