From e07f2c1f1104afe9cfe549724d2ffb4faa60cf6e Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 9 Jul 2021 08:45:38 +0200 Subject: [PATCH] GIT_SILENT: ignore file --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4710cf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Ignore the following files +*~ +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user +.*.swp +.swp.* +Doxyfile +Makefile +/build*/ +.cmake/ +CMakeLists.txt.user* +*.unc-backup* +.clang-format +/compile_commands.json +.clangd +.cache +.idea +/cmake-build*