From d895c876d182cde1b0578076229932e8791936bc Mon Sep 17 00:00:00 2001 From: Matej Petrlik Date: Mon, 6 Nov 2023 12:48:09 +0100 Subject: [PATCH] updated .gitignore --- .gitignore | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/.gitignore b/.gitignore index a85df29..c010749 100644 --- a/.gitignore +++ b/.gitignore @@ -1,47 +1,3 @@ -# raw data -data/ - -# local backup files -*.BAK - # vim swap files *.swp *.swo - -# extra large files -*.bag - -# CodeBlocks temporary files -*.layout -*.depend - -# PyCharm bullshit -.idea - -# python cache -*.pyc - -# other data files -*.csv -*.pdf - -# Catkin bullshit -.catkin_tools - -# build related files -obj/ -objs/ -build/ - -# weight files (too large to be included) -*.weights* - -# testing images, videos etc. -# *.png -*.jpg -*.jpeg -*.gif -*.avi -*.mpg -*.mpeg -*.mp4