From 2370450c469dbd786bf582d413ebc1fd85914d6c Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Tue, 16 Dec 2014 11:00:38 +0100 Subject: [PATCH] Ignore cscope and main file Different main.c files are stored in directory mains/ and can be copied to the main folder --- sam3s_example/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sam3s_example/.gitignore b/sam3s_example/.gitignore index f27dc926..d5971817 100644 --- a/sam3s_example/.gitignore +++ b/sam3s_example/.gitignore @@ -3,3 +3,5 @@ bin/ *~ obj/ build/ +cscope.out +main.c