linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernelshark: add .gitignore for generated/build files
       [not found] <ed24336c-4e14-48f5-ab0d-cd5f6f3f5c01.ref@yahoo.com>
@ 2025-10-24 20:01 ` Mircea Cirjaliu
  2025-10-27 20:01   ` Yordan Karadzhov
  0 siblings, 1 reply; 2+ messages in thread
From: Mircea Cirjaliu @ 2025-10-24 20:01 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: y.karadz

Not having a .gitignore will bloat git listings.
Created a .gitignore for all build artifacts.

Signed-off-by: Mircea Cirjaliu <mircea.cirjaliu@yahoo.com>
---
 .gitignore | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..38a45ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+.vscode/
+build/.cmake/
+build/.qt/
+build/CMakeCache.txt
+build/CMakeFiles/
+build/Makefile
+build/cmake_install.cmake
+build/compile_commands.json
+build/examples/
+build/include/
+build/src/
+bin/
+lib/
+kernelshark.desktop
+libkshark.pc
+org.freedesktop.kshark-record.policy
-- 
2.43.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernelshark: add .gitignore for generated/build files
  2025-10-24 20:01 ` [PATCH] kernelshark: add .gitignore for generated/build files Mircea Cirjaliu
@ 2025-10-27 20:01   ` Yordan Karadzhov
  0 siblings, 0 replies; 2+ messages in thread
From: Yordan Karadzhov @ 2025-10-27 20:01 UTC (permalink / raw)
  To: Mircea Cirjaliu, linux-trace-devel

Hi Mircea,

On 10/24/25 23:01, Mircea Cirjaliu wrote:
> Not having a .gitignore will bloat git listings.
> Created a .gitignore for all build artifacts.
> 
> Signed-off-by: Mircea Cirjaliu <mircea.cirjaliu@yahoo.com>
> ---
>   .gitignore | 16 ++++++++++++++++
>   1 file changed, 16 insertions(+)
>   create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..38a45ac
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,16 @@
> +.vscode/
> +build/.cmake/
> +build/.qt/
> +build/CMakeCache.txt

There are files that are missing from the list here.
I guess this is because you are missing some of the
optional dependencies.
Please add also:

build/CMakeDoxyfile.in
build/CMakeDoxygenDefaults.cmake
build/CTestTestfile.cmake
build/tests/

> +build/CMakeFiles/
> +build/Makefile
> +build/cmake_install.cmake
> +build/compile_commands.json
> +build/examples/
> +build/include/
> +build/src/
> +bin/
> +lib/

and this directory:

tests/

> +kernelshark.desktop
> +libkshark.pc
> +org.freedesktop.kshark-record.policy

Thanks,
Yordan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-27 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ed24336c-4e14-48f5-ab0d-cd5f6f3f5c01.ref@yahoo.com>
2025-10-24 20:01 ` [PATCH] kernelshark: add .gitignore for generated/build files Mircea Cirjaliu
2025-10-27 20:01   ` Yordan Karadzhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).