From 40f3613b67c87d10fcebceb4567551b6c42fc80f Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Thu, 20 Nov 2014 18:57:37 +0530 Subject: [PATCH] Add po/stamp-po to gitignore --- .gitignore | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index b4e2b946..b399a3a5 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ po/Makefile.in po/Makevars po/POTFILES po/wget.pot +po/stamp-po # src/ src/.deps/ src/Makefile diff --git a/ChangeLog b/ChangeLog index 17c71dbb..db0c4890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-20 Darshit Shah + + * .gitignore: po/stamp-po should be ignored + 2014-11-20 Darshit Shah * configure.ac: Use pkg-config for libpsl detection