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 | b73f0ab04cdf69943c6d871d7e0298f616b892ef (patch) | |
tree | 4fff518cbf8a21d3202741301b8eec7bc7ffad48 /.gitignore | |
parent | Support complex types in rows and parameters (diff) | |
download | libdbpp-postgresql-b73f0ab04cdf69943c6d871d7e0298f616b892ef.tar.bz2 libdbpp-postgresql-b73f0ab04cdf69943c6d871d7e0298f616b892ef.tar.xz libdbpp-postgresql-b73f0ab04cdf69943c6d871d7e0298f616b892ef.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? |