diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 11:57:41 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-31 11:57:41 +0300 |
commit | 8edcf89745f24e885b7fea2d3ccd8b4c5ffbd655 (patch) | |
tree | aec55f58f07c182194e594704dc7ca5d7c01da29 | |
parent | fc6ea551acb890443cbe07f3af36330d26b37dc3 (diff) |
Add .pc to .gitignore
-rw-r--r-- | libformat/.gitignore | 1 | ||||
-rw-r--r-- | libmformat/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libformat/.gitignore b/libformat/.gitignore index a887fdd..abe2889 100644 --- a/libformat/.gitignore +++ b/libformat/.gitignore @@ -12,5 +12,6 @@ *.exe *.exe.dlls/ *.exe.manifest +*.pc version diff --git a/libmformat/.gitignore b/libmformat/.gitignore index 1173da4..6deeb3c 100644 --- a/libmformat/.gitignore +++ b/libmformat/.gitignore @@ -15,5 +15,6 @@ *.exe *.exe.dlls/ *.exe.manifest +*.pc version |