summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnton Danilkin <afdw@yandex.ru>2021-04-06 18:20:30 +0200
committerAnton Danilkin <afdw@yandex.ru>2021-04-11 23:59:47 +0200
commit9563d6b66169785de215e7b4291a137c0b0ce06d (patch)
treefa38a496ef2c4f402dc708865afcdab1e3ded243 /.gitignore
parent18c0196414ede7137886a588f95af99b5591622b (diff)
downloadcairo-9563d6b66169785de215e7b4291a137c0b0ce06d.tar.gz
Ignore .idea, compile_commands.json and /build
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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