CI: Add silent cmake SonarCloud scan
[ric-plt/lib/rmr.git] / .gitignore
1 .DS_Store
2 build/*
3 .build/*
4 *.o
5 *-
6 *.ps
7 *.sp
8 *.eps
9 *.bak
10
11 # python bindings
12 *.rdb
13 .pytest_cache/
14 .config
15 # Byte-compiled / optimized / DLL files
16 __pycache__/
17 *.py[cod]
18 *$py.class
19 # C extensions
20 *.so
21 # Distribution / packaging
22 .Python
23 env/
24 build/
25 develop-eggs/
26 dist/
27 downloads/
28 eggs/
29 .eggs/
30 lib/
31 lib64/
32 parts/
33 sdist/
34 var/
35 wheels/
36 *.egg-info/
37 .installed.cfg
38 *.egg
39 # Unit test / coverage reports
40 htmlcov/
41 .tox/
42 .coverage
43 .coverage.*
44 .cache
45 nosetests.xml
46 coverage.xml
47 # pyenv
48 .python-version
49 # dotenv
50 .env
51 # virtualenv
52 .venv
53 venv/