From 895905606aa2b26dcfb83ec1df743ca879f44a0d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 31 Jul 2017 12:00:12 +0300 Subject: Add .pc to .gitignore --- hello/.gitignore | 1 + mhello/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/hello/.gitignore b/hello/.gitignore index 1e10829..1113df3 100644 --- a/hello/.gitignore +++ b/hello/.gitignore @@ -12,6 +12,7 @@ *.exe *.exe.dlls/ *.exe.manifest +*.pc hello version diff --git a/mhello/.gitignore b/mhello/.gitignore index 6e69d7f..2d50bcd 100644 --- a/mhello/.gitignore +++ b/mhello/.gitignore @@ -15,6 +15,7 @@ *.exe *.exe.dlls/ *.exe.manifest +*.pc hello version -- cgit v1.1