3 changes: 3 additions & 0 deletions 3 .clang-format-ignore Original file line numberDiff line numberDiff line change @@ -0,0 +1,3 @@ jbmc/src/miniz/miniz.cpp src/nonstd/optional.hpp unit/catch/catch.hpp 4 changes: 0 additions & 4 deletions 4 jbmc/src/miniz/miniz.cpp Original ...
BreadcrumbsHistory for isa-l .clang-format-ignore onmaster User selector All users DatepickerAll time Commit History Commits on May 3, 2024 clang-format: ignore aarch64_label.h mdcornuauthored and tkanteckcommittedMay 3, 2024 0234d62 Commits on Apr 22, 2024 tools: use clang-format for ...
NNNN - Reported Jul 07, 2019 6:20 PM Add support for ignoring files for clang format. The format of file can be glob file like: https://github.com/mozilla/gecko-dev/blob/cae8e5b60b588dfdb0c1f9c313c741fb79bdf25f/.clang-format-ignoreC++...
// CHECK5-NOT: foo.js +// RUN: echo "foo.*" > .clang-format-ignore +// RUN: touch foo.c +// RUN: echo foo | clang-format -assume-filename=foo.c 2>&1 \ +// RUN: | FileCheck %s -check-prefix=CHECK6 -allow-empty +// CHECK6-NOT: foo + +// RUN: touch bar.c +//...
.clang-format-ignore: ``` src/* ``` 6. Run the command `.\git-clang-format.exe --binary .\clang-format.exe -v --staged` 7. Output that i get: ``` Running clang-format on the following files: src/test2.cpp src/test2.cs ...
Lua Wrapper. Lua Binder. Interaction helper between C++ and Lua. Lua as config file for C++. Config parser. Dynamic expression evaluator. - add .clang-format .gitignore · peacalm/cpp-luaw@d0b57de
Godot Engine – Multi-platform 2D and 3D game engine - Ignore `clang-format` changes commit · godotengine/godot@e90c5a4
> >> +.clang-format > >> +compile_commands.json > >> +.cache/ > > > > What are these from? > > > > Why add them to your $HOME/.gitignore? > > Sorry ... that should be > > Why not add them to your $HOME/.gitignore?
4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b28b186e1..d0144f6737 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ Makefile.in /testsuites/build/build /testsuites/build/wscript .waf* +.clangd +.clang-format +compile_commands.json +.cache/ --...
Whitespace Ignore whitespace Split Unified 1 change: 1 addition & 0 deletions 1 .gitignore Original file line numberDiff line numberDiff line change @@ -7,3 +7,4 @@ v4l2loopback.ko v4l2loopback.mod.c v4l2loopback.mod.o v4l2loopback.o .clang-format 0 comments on commit 5b5f5aa ...