From 98288a60cdadf6301fa969d54445bfc31cd75a46 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Wed, 24 May 2023 23:02:00 +0300 Subject: [PATCH] add gitignore for example program --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 338ce04..9600f96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ compile_flags.txt -build/ \ No newline at end of file +build/ +example/libraven.h +example/main +libraven.h