Module: wine Branch: master Commit: 745aed5700aae36cddc05c73c9670ff3b31f6894 URL: http://source.winehq.org/git/wine.git/?a=commit;h=745aed5700aae36cddc05c73c9...
Author: Huw Davies huw@codeweavers.com Date: Wed Jun 7 16:13:16 2017 +0100
wineandroid: Tell git diff about java files.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wineandroid.drv/.gitattributes | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/wineandroid.drv/.gitattributes b/dlls/wineandroid.drv/.gitattributes new file mode 100644 index 0000000..f57840b --- /dev/null +++ b/dlls/wineandroid.drv/.gitattributes @@ -0,0 +1 @@ +*.java diff=java