diff options
author | Dickson S. Guedes | 2011-10-12 22:35:19 +0000 |
---|---|---|
committer | Dickson S. Guedes | 2011-10-12 22:35:19 +0000 |
commit | 91ae5ef24352af905d6c8d530fbfaa28e1e15426 (patch) | |
tree | 66440e87fe9cb7a60d6c6a9d6113292218516a97 /lib/pgxn_utils/templates | |
parent | da852cd006cfd841fddb78fb363a0c3fb315dfe2 (diff) | |
parent | ef10e820f22f190a2a16dfc06b15a7b6f645b7d4 (diff) |
Added git support.
Diffstat (limited to 'lib/pgxn_utils/templates')
-rw-r--r-- | lib/pgxn_utils/templates/root/.gitignore.tt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/pgxn_utils/templates/root/.gitignore.tt b/lib/pgxn_utils/templates/root/.gitignore.tt new file mode 100644 index 0000000..7ccbc9d --- /dev/null +++ b/lib/pgxn_utils/templates/root/.gitignore.tt @@ -0,0 +1,8 @@ +results/ +*.so +tmp/ +*.o +regression.diffs +regression.out +/sql/<%= extension_name =>--* +!/sql/<%= extension_name =>--*--*.sql |