diff options
author | Michael Meskes <meskes@postgresql.org> | 2015-03-09 14:38:22 +0100 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2015-03-09 14:38:22 +0100 |
commit | b9e538b190d9cf4387361214eadc430393ebf852 (patch) | |
tree | 4d86ac5aa1639cbc8db39634064a3f3f02191cd3 /src/interfaces/ecpg/test/preproc | |
parent | 828599acecdb2929f9b66d6f590c2abbc751b58b (diff) | |
download | postgresql-b9e538b190d9cf4387361214eadc430393ebf852.tar.gz postgresql-b9e538b190d9cf4387361214eadc430393ebf852.zip |
Ignore object files generated by ecpg test suite on Windows
Patch by Michael Paquier
Diffstat (limited to 'src/interfaces/ecpg/test/preproc')
-rw-r--r-- | src/interfaces/ecpg/test/preproc/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/preproc/.gitignore b/src/interfaces/ecpg/test/preproc/.gitignore index ffca98e8c0a..f2742161f6d 100644 --- a/src/interfaces/ecpg/test/preproc/.gitignore +++ b/src/interfaces/ecpg/test/preproc/.gitignore @@ -1,24 +1,36 @@ /array_of_struct /array_of_struct.c +/array_of_struct.obj /autoprep /autoprep.c +/autoprep.obj /comment /comment.c +/comment.obj /cursor /cursor.c +/cursor.obj /define /define.c +/define.obj /init /init.c +/init.obj /outofscope /outofscope.c +/outofscope.obj /pointer_to_struct /pointer_to_struct.c +/pointer_to_struct.obj /strings /strings.c +/strings.obj /type /type.c +/type.obj /variable /variable.c +/variable.obj /whenever /whenever.c +/whenever.obj |