From 80c9968a644cdaec5906758ce95e0adfb14af681 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 17 Aug 2018 15:13:46 +0200 Subject: [PATCH] ignore private scripts only --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d35cbb04..17943127a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ ffpr test/androidTestEspresso/res/values/arrays.xml obj/ jni/libspeex/.deps/ -*.sh + +# ignore private scripts and directories, eg. local2github.prv.sh +*.prv*