From 1bb5a74035940a5b35a0800dd17eae6923d0f17b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 Jun 2017 10:12:02 -0600 Subject: [PATCH] configs/.gitignore: Make sure that any .gdbinit, .project, or .cproject files are ignore so that they are less likely to be included in a patch or PR. --- configs/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/.gitignore b/configs/.gitignore index 3d589e9dce..4a8809052b 100644 --- a/configs/.gitignore +++ b/configs/.gitignore @@ -9,6 +9,8 @@ Make.dep .*.swp core .gdbinit +.project +.cproject cscope.out /Make.dep /.depend