Update .gitignore

Added the annoying NUL file to ignore
This commit is contained in:
daviunic
2019-04-17 17:44:13 +02:00
parent 532795ed0a
commit df1b20744f

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
src/*.o src/*.o
src/*.exe src/*.exe
src/*.res src/*.res
src/NUL