https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da2767364ab9358b5143a497db700d42e683e3d5
commit da2767364ab9358b5143a497db700d42e683e3d5 Author: Katayama Hirofumi MZ <[email protected]> AuthorDate: Sat Apr 6 12:05:15 2019 +0900 Commit: Katayama Hirofumi MZ <[email protected]> CommitDate: Sat Apr 6 12:05:15 2019 +0900 also add modules/AHK_Tests to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2da1a634f8..125424b56a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ modules/livecd_extras modules/hybridcd_extras modules/3rdparty modules/ahk_tests +modules/AHK_Tests .cproject .project .settings
