From 310f5761d4b491ba87d087f7dcede4daaac123ec Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 15 Mar 2018 22:27:33 +0100 Subject: gitignore *.{cc,hh}, whitelist library/*.{cc,hh} ttcn3 creates these files, and they clutter 'git status' output. Change-Id: I6b7868ae71d3d3e710232b22a964f701ae8bd05d --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc06c3cc..69738289 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ -bin/*.cc -bin/*.hh deps/*/ *.o *.log *.so compile */.gitignore +*.cc +*.hh +!library/*.cc +!library/*.hh -- cgit v1.2.3