From 8c9bfcab6128fc9e9970c8685cb886fe258e141a Mon Sep 17 00:00:00 2001 From: Andreas Bolin <andbo467@student.liu.se> Date: Mon, 4 Jul 2022 12:03:29 +0200 Subject: [PATCH] added some more things to the git-ignore list --- .gitignore | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 79 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1e09d2e..94c4e149 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,86 @@ +# This file is used to ignore files which are generated +# ---------------------------------------------------------------------------- + +*~ +*.autosave +*.core +*.moc +*.o +*.obj +*.orig +*.rej +*.so.* +*_pch.h.cpp +*_resource.rc +*.qm +.#* +*.*# +core +!core/ +tags +.DS_Store +.directory +*.debug +Makefile* +*.prl +*.app +moc_*.cpp +ui_*.h +qrc_*.cpp +Thumbs.db +*.res +*.rc +/.qmake.cache +/.qmake.stash + +# qtcreator generated files +*.pro.user* + +# xemacs temporary files +*.flc + +# Vim temporary files +.*.swp + +# Visual Studio generated files +*.ib_pdb_index +*.idb +*.ilk +*.pdb +*.sln +*.suo +*.vcproj +*vcproj.*.*.user +*.ncb +*.sdf +*.opensdf +*.vcxproj +*vcxproj.* + +# MinGW generated files +*.Debug +*.Release + +# Python byte code +*.pyc + +# Binaries +# -------- +*.dll +*.exe +*.so +*.a + +# Misc + .vs/ .vscode/ build*/ +.build*/ bin*/ doc/ dist/ CMakeLists.txt.user* -*.autosave *.creator *.creator.user* \#*\# @@ -17,7 +92,6 @@ tramp .\#* *~ .fuse_hudden* -.directory .Trash-* .nfs* Thumbs.db @@ -32,5 +106,7 @@ __pycache__/ env/ venv/ *.pyd -*.so _b_asic_debug_log.txt +.idea/ +.qt_for_python/ +*.user \ No newline at end of file -- GitLab