From 94656393fd16122078e09d8dad2e629886ed55a7 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Thu, 25 Oct 2018 15:05:13 +0100 Subject: [PATCH] gitignore: Add build dir and cscope files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0c2f76c23..568ae4e82 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ ABOUT-NLS *.tar.gz *.tar.xz *.o +build/ config.h.meson - +cscope.out +cscope.in.out +cscope.po.out