Signed-off-by: Benjamin ROBIN <dev@xxxxxxxxxxxxx> --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87a23cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ + +# Ignore everything in bin directory except kshark-su-record +/bin/* +!/bin/kshark-su-record + +# Ignore generated files +CMakeLists.txt.user +/libkshark.pc +/org.freedesktop.kshark-record.policy +/kernelshark.desktop +/src/KsCmakeDef.hpp +/lib/* +/tests/*.so +/tests/kshark-tests +/tests/kshark-gui-tests -- 2.43.0