From 3dc7b5fb1730ca431e2a3d28c3711e250ecef9f8 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 4 Apr 2011 17:10:35 +0200 Subject: added .gitignore entries for locally created files This should be enough to keep "git" happy after a compilation inside the source directory. Kudos to Sascha Peilicke for the original patch. --- po/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 po/.gitignore (limited to 'po') diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 00000000..9625334b --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,4 @@ +/Makefile.in.in +/LINGUAS +/POTFILES +/stamp-it -- cgit v1.2.3