https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e4ff6a52f07655254ce9df74bb2124a5b7b84a5b
commit e4ff6a52f07655254ce9df74bb2124a5b7b84a5b Author: Saibamen <[email protected]> AuthorDate: Sat Apr 11 17:40:16 2020 +0200 Commit: GitHub <[email protected]> CommitDate: Sat Apr 11 17:40:16 2020 +0200 Simplify .gitignore (#2531) By Adam "Saibamen" Stachowicz. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7288b7e643..d48e4a67626 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,7 @@ modules/bootcd_extras modules/livecd_extras modules/hybridcd_extras modules/3rdparty -modules/ahk_tests -modules/AHK_Tests +modules/[Aa][Hh][Kk]_[Tt]ests .cproject .project .settings
