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