From 8893e39712492ef0317df4bff4a58b7ba633860e Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Wed, 4 Jan 2017 20:40:34 +0100 Subject: [PATCH] gitignore: ignore *.orig --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3ba2d9e..33424d9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ cJSON_test cJSON_test_utils libcjson.so.* libcjson_utils.so.* +*.orig