From 9185712f1bf768269c19193fc72f8cda9654e122 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周三, 06 3月 2013 21:25:08 +0800 Subject: [PATCH] Modified FIFO --- .gitignore | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 23c209e..ab6d275 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,10 @@ *.exe *.out *.app +*.test # Backup files *~ -/netbeans/nbproject/private/ -/netbeans/build/Debug/ -/netbeans/dist/Debug/ \ No newline at end of file +/libscpi/obj/ +/libscpi/dist/ + -- Gitblit v1.9.1