From 7bdeeceb24a44fb16643c327495fce82f7db9355 Mon Sep 17 00:00:00 2001 From: Chilarai Date: Sat, 9 Jan 2021 04:41:49 +0530 Subject: [PATCH] updated gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 49cc833638b1..f3c7af596258 100644 --- a/.gitignore +++ b/.gitignore @@ -224,11 +224,13 @@ io_file # Compiled Dynamic libraries *.so *.dylib +*.dll # Compiled Static libraries *.lai *.la *.a +*.lib # Compiled protocol buffers *.pb.h @@ -316,4 +318,5 @@ duckdb.hpp.tmp # .Rcheck tools/duckdb.Rcheck/ tools/*.tar.gz -.Rhistory \ No newline at end of file +.Rhistory +ub_*.cpp \ No newline at end of file