summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-31 12:00:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-31 12:00:12 +0300
commit895905606aa2b26dcfb83ec1df743ca879f44a0d (patch)
treed2c5f72f3b30e3e22ebdcab0c0ad4152f4577288
parentbba41ad8df09c0e45d1de5a40a2fa7b6ce8d8d0d (diff)
Add .pc to .gitignore
-rw-r--r--hello/.gitignore1
-rw-r--r--mhello/.gitignore1
2 files changed, 2 insertions, 0 deletions
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