From a5316025dd7bfdd86acc3610f5a50b6c78ae76e0 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Tue, 21 May 2019 15:14:18 -0700 Subject: [PATCH] Add ignore of JSON file used by Sourcetrail. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f34ae412..dccc9062 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,7 @@ Makefile* *~ #Doxygen output does not go in repository -doxydoc \ No newline at end of file +doxydoc + +#SourceTrail files +*.json \ No newline at end of file