Mercurial > hg > CbC > CbC_llvm
comparison .gitignore @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 66f3bfe93da9 |
children | 79ff65ed7e25 |
comparison
equal
deleted
inserted
replaced
172:9fbae9c8bf63 | 173:0572611fdcc8 |
---|---|
20 .sw? | 20 .sw? |
21 #OS X specific files. | 21 #OS X specific files. |
22 .DS_store | 22 .DS_store |
23 | 23 |
24 # Nested build directory | 24 # Nested build directory |
25 /build | 25 /build* |
26 | 26 |
27 #==============================================================================# | 27 #==============================================================================# |
28 # Explicit files to ignore (only matches one). | 28 # Explicit files to ignore (only matches one). |
29 #==============================================================================# | 29 #==============================================================================# |
30 # Various tag programs | 30 # Various tag programs |
43 /compile_commands.json | 43 /compile_commands.json |
44 # Visual Studio built-in CMake configuration | 44 # Visual Studio built-in CMake configuration |
45 /CMakeSettings.json | 45 /CMakeSettings.json |
46 # CLion project configuration | 46 # CLion project configuration |
47 /.idea | 47 /.idea |
48 # Qt Creator project configuration | |
49 /CMakeLists.txt.user | |
50 | 48 |
51 #==============================================================================# | 49 #==============================================================================# |
52 # Directories to ignore (do not add trailing '/'s, they skip symlinks). | 50 # Directories to ignore (do not add trailing '/'s, they skip symlinks). |
53 #==============================================================================# | 51 #==============================================================================# |
54 # External projects that are tracked independently. | |
55 projects/* | |
56 !projects/*.* | |
57 !projects/Makefile | |
58 runtimes/* | |
59 !runtimes/*.* | |
60 # Clang, which is tracked independently. | |
61 tools/clang | |
62 # LLDB, which is tracked independently. | |
63 tools/lldb | |
64 # lld, which is tracked independently. | |
65 tools/lld | |
66 # llgo, which is tracked independently. | |
67 tools/llgo | |
68 # Polly, which is tracked independently. | |
69 tools/polly | |
70 # avrlit, which is tracked independently. | |
71 tools/avrlit | |
72 # Sphinx build tree, if building in-source dir. | |
73 docs/_build | |
74 # VS2017 and VSCode config files. | 52 # VS2017 and VSCode config files. |
75 .vscode | 53 .vscode |
76 .vs | 54 .vs |
77 # clangd index | 55 # clangd index |
78 .clangd | 56 .clangd |
79 | |
80 #==============================================================================# | |
81 # Files created in tree by the Go bindings. | |
82 #==============================================================================# | |
83 bindings/go/llvm/llvm_config.go | |
84 bindings/go/llvm/workdir |