core: git: alphabetize entries in .gitignore and add entry for .clangd
This commit is contained in:
committed by
Benjamin Nauck
parent
e3857b11a1
commit
1d6b2a4cca
+29
-28
@@ -1,59 +1,60 @@
|
|||||||
# file types to ignore
|
# file types to ignore
|
||||||
.*
|
.*
|
||||||
!/.packit.yaml
|
!*.gitattributes
|
||||||
|
!*.gitignore
|
||||||
!/.clang-format
|
!/.clang-format
|
||||||
!/.clang-tidy
|
!/.clang-tidy
|
||||||
!/.git-blame-ignore-revs
|
!/.git-blame-ignore-revs
|
||||||
!/.gitattributes
|
!/.gitattributes
|
||||||
|
!/.github/
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/.gitmodules
|
!/.gitmodules
|
||||||
|
!/.packit.yaml
|
||||||
!/.pre-commit-config.yaml
|
!/.pre-commit-config.yaml
|
||||||
!/.pylintrc
|
!/.pylintrc
|
||||||
!/.github/
|
|
||||||
!/contrib/.vscode/
|
!/contrib/.vscode/
|
||||||
!*.gitattributes
|
*.clangd
|
||||||
!*.gitignore
|
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.pyc
|
|
||||||
*.obj
|
|
||||||
*.lib
|
|
||||||
*.pch
|
|
||||||
*.vcproj
|
|
||||||
*.kdev4
|
|
||||||
*.exp
|
|
||||||
*.dep
|
*.dep
|
||||||
|
*.exp
|
||||||
|
*.kdev4
|
||||||
|
*.lib
|
||||||
*.manifest
|
*.manifest
|
||||||
*.o
|
*.o
|
||||||
|
*.obj
|
||||||
*.orig
|
*.orig
|
||||||
*.output
|
*.output
|
||||||
|
*.pch
|
||||||
|
*.pyc
|
||||||
|
*.vcproj
|
||||||
# Ignore .db files created by Qt Designer when editing .ui files
|
# Ignore .db files created by Qt Designer when editing .ui files
|
||||||
*.db
|
*.db
|
||||||
qrc_*.cpp
|
|
||||||
BuildLog.htm
|
|
||||||
cmake_install.cmake
|
|
||||||
*~
|
|
||||||
CMakeFiles/
|
|
||||||
*qrc.depends
|
*qrc.depends
|
||||||
ui_*.h
|
*~
|
||||||
moc_*.cpp
|
BuildLog.htm
|
||||||
Makefile
|
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
config.h
|
config.h
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
/bin/
|
moc_*.cpp
|
||||||
|
qrc_*.cpp
|
||||||
|
ui_*.h
|
||||||
|
/.vscode/
|
||||||
/ALL_BUILD.dir/
|
/ALL_BUILD.dir/
|
||||||
/doc/
|
|
||||||
/lib/
|
|
||||||
/Mod/
|
/Mod/
|
||||||
/ZERO_CHECK.dir/
|
/ZERO_CHECK.dir/
|
||||||
/build/
|
/bin/
|
||||||
/build-*/
|
/build-*/
|
||||||
|
/build/
|
||||||
/cmake-build*/
|
/cmake-build*/
|
||||||
/src/Tools/offlinedoc/localwiki/
|
|
||||||
/src/Tools/offlinedoc/*.txt
|
|
||||||
/conda/environment.yml
|
/conda/environment.yml
|
||||||
/.vscode/
|
/doc/
|
||||||
|
/lib/
|
||||||
|
/src/Tools/offlinedoc/*.txt
|
||||||
|
/src/Tools/offlinedoc/localwiki/
|
||||||
OpenSCAD_rc.py
|
OpenSCAD_rc.py
|
||||||
tags
|
tags
|
||||||
/CMakeUserPresets.json
|
/CMakeUserPresets.json
|
||||||
@@ -63,10 +64,10 @@ compile_commands.json
|
|||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
# crowdin file
|
# crowdin file
|
||||||
|
files_to_translate.txt
|
||||||
src/Tools/freecad.zip
|
src/Tools/freecad.zip
|
||||||
tsupdate_stderr.log
|
tsupdate_stderr.log
|
||||||
tsupdate_stdout.log
|
tsupdate_stdout.log
|
||||||
files_to_translate.txt
|
|
||||||
# pixi environments
|
# pixi environments
|
||||||
.pixi
|
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
.pixi
|
||||||
|
|||||||
Reference in New Issue
Block a user