From 94ccbc305cac38eb9c54384b9f47d3da6527299b Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周六, 25 4月 2015 22:29:42 +0800 Subject: [PATCH] Solve #16 Multiple Identical Capabilities --- .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