diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-04 19:24:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-04 19:24:47 +0200 |
| commit | 76488c5133207045f4bf9ccd3a9b4d0daf2372f5 (patch) | |
| tree | e2cff32760561737e205e109ef21b7de9a1a5ab2 | |
| parent | a7d3c8248fb58b6f47b437de6b4b5ee835956a44 (diff) | |
| parent | 1a8219fdf0b1fdd80c7e39f12380ef9ba30be8f3 (diff) | |
| download | PROJ-76488c5133207045f4bf9ccd3a9b4d0daf2372f5.tar.gz PROJ-76488c5133207045f4bf9ccd3a9b4d0daf2372f5.zip | |
Merge pull request #1108 from greg-minshall/master
be more expansive in ignorance
| -rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -89,16 +89,37 @@ test-driver /src/nad2bin /src/proj /src/geod +/src/geodtest.log +/src/geodtest.trs /src/stamp-h* /src/proj_config.h /src/proj_config.h.in /src/cs2cs /src/multistresstest /src/test228 +/src/test-suite.log /src/cct /src/gie /src/geodtest +# test +test/googletest/.libs/ +test/googletest/libgtest.la +test/googletest/src/.deps/ +test/googletest/src/.dirstamp +test/googletest/src/.libs/ +test/googletest/src/gtest-all.lo +test/googletest/src/gtest-all.o +test/unit/.deps/ +test/unit/.libs/ +test/unit/basic_test +test/unit/basic_test.o +test/unit/main.o +test/unit/pj_phi2_test +test/unit/pj_phi2_test.o +test/unit/proj_errno_string_test +test/unit/proj_errno_string_test.o + # Java bridge jniwrap/out |
