From ce389933332244d1b32b3c2eea57eac7eec4af3c Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 21 Apr 2016 02:16:21 +0300 Subject: [PATCH] Ignore all pkgconfig generated stuff In the referenced commit new *.pc added, and I think it is better to ignore them all. Refs: b8d7c6211a965c19c7c5de414135ff13b5fa2476 ("libevent_core and libevent_extra also deserve a pkgconfig file") --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d12ce984..a9d3c3ba 100644 --- a/.gitignore +++ b/.gitignore @@ -42,9 +42,7 @@ TAGS tags # Stuff made by our makefiles -libevent.pc -libevent_pthreads.pc -libevent_openssl.pc +*.pc *.log *.trs -- 2.50.1