diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-12 14:31:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-12 15:43:26 +0300 |
commit | b9055ec9d4057822f2955066bdec59c71418feef (patch) | |
tree | a696da9a3a4a198ec5d723537c98a416c9f43768 /libbrep/.gitignore | |
parent | e97c6b9b9c90a6f97019021d6bfcc73ed92580cc (diff) |
Recreate database schema extras on migration
Diffstat (limited to 'libbrep/.gitignore')
-rw-r--r-- | libbrep/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbrep/.gitignore b/libbrep/.gitignore index 1fbfc28..1cf5d3e 100644 --- a/libbrep/.gitignore +++ b/libbrep/.gitignore @@ -2,9 +2,13 @@ common-odb.?xx package-odb.?xx package.sql +package-???-pre.sql +package-???-post.sql package-extra.hxx build-odb.?xx build-package-odb.?xx build.sql +build-???-pre.sql +build-???-post.sql build-extra.hxx |