Skip to content
Snippets Groups Projects
Commit 8c9bfcab authored by Andreas Bolin's avatar Andreas Bolin
Browse files

added some more things to the git-ignore list

parent dd5a1c74
No related branches found
No related tags found
No related merge requests found
Pipeline #72564 passed
# 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/ .vs/
.vscode/ .vscode/
build*/ build*/
.build*/
bin*/ bin*/
doc/ doc/
dist/ dist/
CMakeLists.txt.user* CMakeLists.txt.user*
*.autosave
*.creator *.creator
*.creator.user* *.creator.user*
\#*\# \#*\#
...@@ -17,7 +92,6 @@ tramp ...@@ -17,7 +92,6 @@ tramp
.\#* .\#*
*~ *~
.fuse_hudden* .fuse_hudden*
.directory
.Trash-* .Trash-*
.nfs* .nfs*
Thumbs.db Thumbs.db
...@@ -32,5 +106,7 @@ __pycache__/ ...@@ -32,5 +106,7 @@ __pycache__/
env/ env/
venv/ venv/
*.pyd *.pyd
*.so
_b_asic_debug_log.txt _b_asic_debug_log.txt
.idea/
.qt_for_python/
*.user
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment