diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 11:49:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 11:49:34 +0300 |
commit | 64f6c20dfb8b201acb481735861cfaa20d38337c (patch) | |
tree | b99af3464ba2d4fe0b5838fecb31d6ba04ad8e12 | |
parent | 44c910d71f305be1a73889d26c09273e07da6d23 (diff) |
Add .pc to .gitignore
-rw-r--r-- | hello0/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hello0/.gitignore b/hello0/.gitignore index 878cf3c..8a93488 100644 --- a/hello0/.gitignore +++ b/hello0/.gitignore @@ -12,5 +12,6 @@ *.exe *.exe.dlls/ *.exe.manifest +*.pc hello |