From 4e9a1227efdb03b4aef1a85708ff66de9d8b2fae Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Sat, 11 Feb 2023 13:17:02 +0400 Subject: [PATCH] Switch from ack to ag --- .ackrc | 4 ---- .ignore | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .ackrc create mode 100644 .ignore diff --git a/.ackrc b/.ackrc deleted file mode 100644 index 6a59eb48..00000000 --- a/.ackrc +++ /dev/null @@ -1,4 +0,0 @@ ---ignore-dir=bin ---ignore-dir=build ---ignore-dir=3rdparty ---ignore-file=is:compile_commands.json diff --git a/.ignore b/.ignore new file mode 100644 index 00000000..b824595a --- /dev/null +++ b/.ignore @@ -0,0 +1,4 @@ +/bin +/build +/3rdparty +compile_commands.json