From 437c79b6c28f541535cf142b3cdf5d8754cf08a4 Mon Sep 17 00:00:00 2001 From: Chris Pavlina <cpavlin1@binghamton.edu> Date: 周五, 12 12月 2014 17:54:49 +0800 Subject: [PATCH] Ignore dependency files --- .gitignore | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d2ca1ec..254e0af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.d + # Object files *.o @@ -15,10 +17,11 @@ *.exe *.out *.app +*.test +examples/*/test # Backup files *~ -/netbeans/nbproject/private/ -/netbeans/build/Debug/ -/netbeans/dist/Debug/ -/netbeans/core \ No newline at end of file +/libscpi/obj/ +/libscpi/dist/ + -- Gitblit v1.9.1