aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: c3415bbd5351bf4b56708449d86dabe6475936ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# List of files and extensions to be ignored

# Eclipse
*.project
*.cproject
.pydevproject
.settings/

# Visual Studio Code
.vscode/

# Local dependency repo
localrepos.cmake

# Garbage files
/build*/
/cmake_build*/
*.orig
**/__pycache__
*.pyc

.clang-format