diff options
author | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-22 23:42:17 +0000 |
---|---|---|
committer | Dan Goodliffe <randomdan@riogrande.random.lan> | 2014-11-22 23:42:17 +0000 |
commit | ea3f74551e37aecca8abd3101815f11e4c6080de (patch) | |
tree | 3e7d7b50475864269b46b655d546b0196b56e167 | |
parent | Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE... (diff) | |
download | libdbpp-postgresql-ea3f74551e37aecca8abd3101815f11e4c6080de.tar.bz2 libdbpp-postgresql-ea3f74551e37aecca8abd3101815f11e4c6080de.tar.xz libdbpp-postgresql-ea3f74551e37aecca8abd3101815f11e4c6080de.zip |
Add .gitignore files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..540b466 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +*.pyc |