[flang][OpenMP] Change clause modifier representation in parser (#116656)
[llvm-project.git] / libcxx / .gitignore
blob4b214ca4b3e63b2a7728a79a4f28e970ffc8bf12
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
5 # C extensions
6 *.so
8 # Distribution / packaging
9 .Python
10 env/
11 build/
12 develop-eggs/
13 dist/
14 downloads/
15 eggs/
16 #lib/ # We actually have things checked in to lib/
17 lib64/
18 parts/
19 sdist/
20 var/
21 *.egg-info/
22 .installed.cfg
23 *.egg
25 # Installer logs
26 pip-log.txt
27 pip-delete-this-directory.txt
29 # Unit test / coverage reports
30 htmlcov/
31 .tox/
32 .coverage
33 .cache
34 nosetests.xml
35 coverage.xml
37 # Translations
38 *.mo
39 *.pot
41 # Django stuff:
42 *.log
44 # Sphinx documentation
45 docs/_build/
47 # PyBuilder
48 target/
50 # MSVC libraries test harness
51 env.lst
52 keep.lst
54 # Editor by-products
55 .vscode/