mirror of
https://github.com/biojppm/c4core.git
synced 2026-01-18 13:31:19 +01:00
34 lines
434 B
Plaintext
34 lines
434 B
Plaintext
# text editor files
|
|
*.bck
|
|
\#*
|
|
*~
|
|
.ccls-cache/
|
|
.clangd/
|
|
.cache/
|
|
.cquery_cached_index/
|
|
__pycache__/
|
|
|
|
# Visual Studio files
|
|
.vs/
|
|
.vscode/
|
|
# QtCreator files
|
|
CMakeLists.txt.user
|
|
# Eclipse
|
|
.project
|
|
.cproject
|
|
/.settings/
|
|
|
|
# build files
|
|
build/
|
|
install/
|
|
.python-version
|
|
compile_commands.json
|
|
|
|
# test files
|
|
/Testing/
|
|
|
|
# continuous integration files
|
|
.github/vagrant/*.log
|
|
.github/vagrant/.vagrant
|
|
.github/vagrant/macos/.vagrant
|
|
src_singleheader/ |