diff options
author | Michael Meskes | 2015-03-09 17:48:44 +0000 |
---|---|---|
committer | Michael Meskes | 2015-03-09 17:48:44 +0000 |
commit | fa83f809458a966dff225d3d266399d48e7b5e6e (patch) | |
tree | a89a2a8e4e0e5ba20952797e2d343810c5b92bda | |
parent | 2093eb4d4c2b55962df613fdd6f605ce4dc67217 (diff) |
Ignore leftover artifacts from ecpg testsuite runs on Windows.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 715f8179545..8d3af504673 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Global excludes across all subdirectories *.o +*.obj *.so *.so.[0-9] *.so.[0-9].[0-9] |