1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/.gitignore
Niklas Eiling 8f1c35d4f8 gitignore: add compile_commands.json to gitignore
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
2024-03-14 16:07:45 +01:00

29 lines
375 B
Text

# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
/build*/
*~
.clang_complete
.project
.cproject
.settings/
.vscode/
.direnv/
.cache/
*.swp
*.pyc
*.a
*.o
*.so
*.user
*.egg-info/
compile_commands.json
python/dist/
python/.eggs/
# YouCompleteMe
.ycm_extra_conf.py
graph.dot