From c371525b75b7a26c6d825b9409987e3dfe90c4d7 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:31:57 +0300 Subject: ignore executables generated by Makefile --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b08bea9..7fe178a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode *.dem -*.txt \ No newline at end of file +*.txt +parser-* \ No newline at end of file -- cgit v1.2.3