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 | 213bdcd3a5caeca7fe35f0da57564ac873e21b58 (patch) | |
tree | 440b88c1666a121fb18c165c7b9c875a92ffda02 /.gitignore | |
parent | Support complex types in rows and parameters (diff) | |
download | libdbpp-213bdcd3a5caeca7fe35f0da57564ac873e21b58.tar.bz2 libdbpp-213bdcd3a5caeca7fe35f0da57564ac873e21b58.tar.xz libdbpp-213bdcd3a5caeca7fe35f0da57564ac873e21b58.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? |