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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
375 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
# SPDX-License-Identifier: Apache-2.0
2018-11-04 17:07:43 +01:00
/build*/
*~
.clang_complete
.project
.cproject
.settings/
2018-03-26 17:31:23 +02:00
.vscode/
.direnv/
.cache/
*.swp
*.pyc
*.a
*.o
*.so
*.user
2018-10-28 14:42:48 +01:00
*.egg-info/
compile_commands.json
2018-10-28 14:42:48 +01:00
python/dist/
python/.eggs/
2018-10-28 14:42:48 +01:00
# YouCompleteMe
.ycm_extra_conf.py
2018-10-28 14:42:48 +01:00
graph.dot