Re: [PATCH v2] kernelshark: add .gitignore for generated/build files

Yordan Karadzhov <[email protected]> Thu, 30 Oct 2025 20:51:59 +0200
Newsgroups org.kernel.vger.linux-trace-devel
Message-ID <[email protected]>
The patch is applied. Thanks!

Yordan


On 10/28/25 21:08, Mircea Cirjaliu wrote:
> Not having a .gitignore will bloat git listings.
> Created a .gitignore for all build artifacts.
> 
> Signed-off-by: Mircea Cirjaliu <[email protected]>
> ---
>   .gitignore | 24 ++++++++++++++++++++++++
>   1 file changed, 24 insertions(+)
>   create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..cbeb499
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,24 @@
> +.vscode/
> +build/.cmake/
> +build/.qt/
> +build/CMakeCache.txt
> +build/CMakeFiles/
> +build/CMakeDoxyfile.in
> +build/CMakeDoxygenDefaults.cmake
> +build/CTestTestfile.cmake
> +build/Makefile
> +build/cmake_install.cmake
> +build/compile_commands.json
> +build/examples/
> +build/include/
> +build/src/
> +build/Testing/
> +build/tests/
> +bin/
> +lib/
> +tests/kshark-gui-tests
> +tests/kshark-tests
> +tests/*.so
> +kernelshark.desktop
> +libkshark.pc
> +org.freedesktop.kshark-record.policy