docs: cleanup: Rephrase and correct typos
[barectf.git] / .gitignore
1 # cache
2 __pycache__/
3 *.py[cod]
4 .*cache/
5 .tox/
6
7 # C objects and libraries
8 *.o
9 *.a
10 *.so
11 *.so.*
12
13 # distribution/build
14 /build/
15 /dist/
16 *.egg-info/
17
18 # generated HTML README
19 README.html
This page took 0.029396 seconds and 4 git commands to generate.