Update .gitignore
This commit is contained in:
parent
62035431ed
commit
c219995218
39
.gitignore
vendored
39
.gitignore
vendored
@ -65,19 +65,6 @@ ui_*.h
|
|||||||
*.moc
|
*.moc
|
||||||
*.qm
|
*.qm
|
||||||
|
|
||||||
# QtCreator
|
|
||||||
CMakeLists.txt.user*
|
|
||||||
*.pro.user
|
|
||||||
*.pro.user.*
|
|
||||||
*creator.user*
|
|
||||||
target_wrapper.*
|
|
||||||
compile_commands.json
|
|
||||||
|
|
||||||
*.kdev4
|
|
||||||
*.vscode
|
|
||||||
*.code-workspace
|
|
||||||
*.sublime-workspace
|
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
*~
|
*~
|
||||||
*.autosave
|
*.autosave
|
||||||
@ -111,15 +98,23 @@ translations.pot
|
|||||||
zanata.xml
|
zanata.xml
|
||||||
.zanata-cache/
|
.zanata-cache/
|
||||||
|
|
||||||
# Snap
|
# QtCreator
|
||||||
parts/
|
CMakeLists.txt.user*
|
||||||
prime/
|
*.pro.user
|
||||||
stage/
|
*.pro.user.*
|
||||||
*.snap
|
*creator.user*
|
||||||
/snap/.snapcraft/
|
target_wrapper.*
|
||||||
/*_source.tar.bz2
|
compile_commands.json
|
||||||
|
|
||||||
|
*.kdev4
|
||||||
|
*.vscode
|
||||||
|
*.code-workspace
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
# MSVC
|
# MSVC
|
||||||
CMakeSettings.json
|
CMakeSettings.json
|
||||||
/.vs/
|
/.vs
|
||||||
/out/
|
/out
|
||||||
|
|
||||||
|
# CLion
|
||||||
|
/.idea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user