From 4032d474f0f6fb97d2607e8b5ea5c21f1588cb55 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 22 Jan 2020 12:39:24 +0100 Subject: [PATCH] gitignore [ci skip] --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f643be9d..a8ea2a6d 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ *patch .deps .cproject +.idea/ .project .settings/ INSTALL @@ -126,6 +127,7 @@ out patch patch2 stamp-h1 +support/example.cnf support/Makefile support/Makefile.in support/libmemcached-fc.spec @@ -168,3 +170,4 @@ tests/testudp tests/var/ tmp_chroot unittests/unittests +.idea/ -- 2.30.2