From 9563d6b66169785de215e7b4291a137c0b0ce06d Mon Sep 17 00:00:00 2001 From: Anton Danilkin Date: Tue, 6 Apr 2021 18:20:30 +0200 Subject: Ignore .idea, compile_commands.json and /build --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3259b47ee..23017d16f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .deps .libs .perf +.idea cairo-*.*.* manual-*.*.* ChangeLog* @@ -26,6 +27,7 @@ releases stamp-h stamp-h1 stamp-h.in +compile_commands.json *~ .*.sw? *.la @@ -36,3 +38,4 @@ stamp-h.in *-uninstalled.pc .vimrc gtk-doc.m4 +/build -- cgit v1.2.1