mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
51 lines
574 B
Text
51 lines
574 B
Text
# text editor files
|
|
*.bck
|
|
\#*
|
|
*~
|
|
.cquery_cached_index/
|
|
.clangd/
|
|
.ccls-cache/
|
|
.cache/
|
|
__pycache__/
|
|
|
|
# gdb files
|
|
.gdbinit
|
|
setup.gdb
|
|
|
|
# valgrind files
|
|
callgrind*
|
|
vgcore*
|
|
|
|
# Visual Studio files
|
|
.vs/
|
|
.vscode/
|
|
# QtCreator files
|
|
CMakeLists.txt.user*
|
|
# Eclipse
|
|
.project
|
|
.cproject
|
|
/.settings/
|
|
# KDevelop files
|
|
*.kdev4
|
|
|
|
# build files
|
|
build/
|
|
install/
|
|
.python-version
|
|
compile_commands.json
|
|
|
|
# test files
|
|
/Testing/
|
|
|
|
# python packaging
|
|
.eggs/
|
|
dist/
|
|
rapidyaml.egg-info/
|
|
wheelhouse/
|
|
|
|
# continuous integration files
|
|
.ci/.vagrant
|
|
|
|
# amalgamation files
|
|
src/c4/c4core_all.hpp
|
|
src_singleheader/
|