From aba33ef16be61f693528c4044121c570019a2a13 Mon Sep 17 00:00:00 2001 From: adrianc Date: Sun, 26 Feb 2023 20:17:37 +0200 Subject: [PATCH] Add .gitignore to unclutter dev env Signed-off-by: adrianc --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5bc1ccc --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Folders +.gopath/ +.idea/ +bin/ +build/ + +# Files +ipoib-cni.cover