diff options
author | Jose <jose@zeroc.com> | 2019-07-11 16:37:02 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-11 16:37:02 +0200 |
commit | 378a5c2cd6df855fc17374466cbff910a1e35dd7 (patch) | |
tree | 8a76ab6add20606c21296edf530e4b8f8b94dae9 | |
parent | Update gradle wrapper used with Android test controller (diff) | |
download | ice-378a5c2cd6df855fc17374466cbff910a1e35dd7.tar.bz2 ice-378a5c2cd6df855fc17374466cbff910a1e35dd7.tar.xz ice-378a5c2cd6df855fc17374466cbff910a1e35dd7.zip |
Fix .gitignore syntax
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index fdf41b49ef5..95d037f73e5 100644 --- a/.gitignore +++ b/.gitignore @@ -114,5 +114,5 @@ cpp/test/Slice/errorDetection/tmp # iOS builds -**/objs-**/ -**/build-**/
\ No newline at end of file +**/objs-*/ +**/build-*/ |