From df1b20744f542ef7166c1228fb956cf951d03e4e Mon Sep 17 00:00:00 2001 From: daviunic Date: Wed, 17 Apr 2019 17:44:13 +0200 Subject: [PATCH] Update .gitignore Added the annoying NUL file to ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c4f5de8c7..bac8fe436 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ src/*.o src/*.exe src/*.res +src/NUL