From 8bc9f2e8496c0c021b80eb0fb21e828f5900f08d Mon Sep 17 00:00:00 2001 From: cathook Date: Sun, 1 Jun 2014 14:16:19 +0800 Subject: add gitignore --- meowpp.test/.gitignore | 2 ++ meowpp.test/bin/autostitch | Bin 3110407 -> 0 bytes meowpp.test/bin/dsa | Bin 2546601 -> 0 bytes meowpp.test/bin/oo | Bin 37529 -> 0 bytes meowpp.test/obj/BinaryIndexTree.o | Bin 392064 -> 0 bytes meowpp.test/obj/DisjointSet.o | Bin 576792 -> 0 bytes meowpp.test/obj/KD_Tree.o | Bin 1331032 -> 0 bytes meowpp.test/obj/MergeableHeap.o | Bin 679504 -> 0 bytes meowpp.test/obj/SegmentTree.o | Bin 646352 -> 0 bytes meowpp.test/obj/SplayTree.o | Bin 781328 -> 0 bytes meowpp.test/obj/SplayTree_Range.o | Bin 835864 -> 0 bytes meowpp.test/obj/VP_Tree.o | Bin 1066144 -> 0 bytes meowpp.test/obj/autostitch.o | Bin 4461792 -> 0 bytes .../obj/autostitch_FeaturePointsDetector_Harris.o | Bin 1788264 -> 0 bytes meowpp.test/obj/autostitch_K_Match.o | Bin 1532104 -> 0 bytes meowpp.test/obj/autostitch_RansacCheck.o | Bin 760184 -> 0 bytes meowpp.test/obj/dsa.o | Bin 767672 -> 0 bytes meowpp.test/obj/oo.o | Bin 63904 -> 0 bytes 18 files changed, 2 insertions(+) create mode 100644 meowpp.test/.gitignore delete mode 100755 meowpp.test/bin/autostitch delete mode 100755 meowpp.test/bin/dsa delete mode 100755 meowpp.test/bin/oo delete mode 100644 meowpp.test/obj/BinaryIndexTree.o delete mode 100644 meowpp.test/obj/DisjointSet.o delete mode 100644 meowpp.test/obj/KD_Tree.o delete mode 100644 meowpp.test/obj/MergeableHeap.o delete mode 100644 meowpp.test/obj/SegmentTree.o delete mode 100644 meowpp.test/obj/SplayTree.o delete mode 100644 meowpp.test/obj/SplayTree_Range.o delete mode 100644 meowpp.test/obj/VP_Tree.o delete mode 100644 meowpp.test/obj/autostitch.o delete mode 100644 meowpp.test/obj/autostitch_FeaturePointsDetector_Harris.o delete mode 100644 meowpp.test/obj/autostitch_K_Match.o delete mode 100644 meowpp.test/obj/autostitch_RansacCheck.o delete mode 100644 meowpp.test/obj/dsa.o delete mode 100644 meowpp.test/obj/oo.o diff --git a/meowpp.test/.gitignore b/meowpp.test/.gitignore new file mode 100644 index 0000000..37272fe --- /dev/null +++ b/meowpp.test/.gitignore @@ -0,0 +1,2 @@ +obj/* +bin/* diff --git a/meowpp.test/bin/autostitch b/meowpp.test/bin/autostitch deleted file mode 100755 index b0a4a5e..0000000 Binary files a/meowpp.test/bin/autostitch and /dev/null differ diff --git a/meowpp.test/bin/dsa b/meowpp.test/bin/dsa deleted file mode 100755 index 5df1df9..0000000 Binary files a/meowpp.test/bin/dsa and /dev/null differ diff --git a/meowpp.test/bin/oo b/meowpp.test/bin/oo deleted file mode 100755 index bc60457..0000000 Binary files a/meowpp.test/bin/oo and /dev/null differ diff --git a/meowpp.test/obj/BinaryIndexTree.o b/meowpp.test/obj/BinaryIndexTree.o deleted file mode 100644 index a7167d2..0000000 Binary files a/meowpp.test/obj/BinaryIndexTree.o and /dev/null differ diff --git a/meowpp.test/obj/DisjointSet.o b/meowpp.test/obj/DisjointSet.o deleted file mode 100644 index d42c8bf..0000000 Binary files a/meowpp.test/obj/DisjointSet.o and /dev/null differ diff --git a/meowpp.test/obj/KD_Tree.o b/meowpp.test/obj/KD_Tree.o deleted file mode 100644 index 80f7b73..0000000 Binary files a/meowpp.test/obj/KD_Tree.o and /dev/null differ diff --git a/meowpp.test/obj/MergeableHeap.o b/meowpp.test/obj/MergeableHeap.o deleted file mode 100644 index acb3f74..0000000 Binary files a/meowpp.test/obj/MergeableHeap.o and /dev/null differ diff --git a/meowpp.test/obj/SegmentTree.o b/meowpp.test/obj/SegmentTree.o deleted file mode 100644 index 0dde454..0000000 Binary files a/meowpp.test/obj/SegmentTree.o and /dev/null differ diff --git a/meowpp.test/obj/SplayTree.o b/meowpp.test/obj/SplayTree.o deleted file mode 100644 index 1376825..0000000 Binary files a/meowpp.test/obj/SplayTree.o and /dev/null differ diff --git a/meowpp.test/obj/SplayTree_Range.o b/meowpp.test/obj/SplayTree_Range.o deleted file mode 100644 index d393c2f..0000000 Binary files a/meowpp.test/obj/SplayTree_Range.o and /dev/null differ diff --git a/meowpp.test/obj/VP_Tree.o b/meowpp.test/obj/VP_Tree.o deleted file mode 100644 index 41db251..0000000 Binary files a/meowpp.test/obj/VP_Tree.o and /dev/null differ diff --git a/meowpp.test/obj/autostitch.o b/meowpp.test/obj/autostitch.o deleted file mode 100644 index b109663..0000000 Binary files a/meowpp.test/obj/autostitch.o and /dev/null differ diff --git a/meowpp.test/obj/autostitch_FeaturePointsDetector_Harris.o b/meowpp.test/obj/autostitch_FeaturePointsDetector_Harris.o deleted file mode 100644 index 6ba8ebb..0000000 Binary files a/meowpp.test/obj/autostitch_FeaturePointsDetector_Harris.o and /dev/null differ diff --git a/meowpp.test/obj/autostitch_K_Match.o b/meowpp.test/obj/autostitch_K_Match.o deleted file mode 100644 index f482024..0000000 Binary files a/meowpp.test/obj/autostitch_K_Match.o and /dev/null differ diff --git a/meowpp.test/obj/autostitch_RansacCheck.o b/meowpp.test/obj/autostitch_RansacCheck.o deleted file mode 100644 index a6b0af3..0000000 Binary files a/meowpp.test/obj/autostitch_RansacCheck.o and /dev/null differ diff --git a/meowpp.test/obj/dsa.o b/meowpp.test/obj/dsa.o deleted file mode 100644 index ead5238..0000000 Binary files a/meowpp.test/obj/dsa.o and /dev/null differ diff --git a/meowpp.test/obj/oo.o b/meowpp.test/obj/oo.o deleted file mode 100644 index d726756..0000000 Binary files a/meowpp.test/obj/oo.o and /dev/null differ -- cgit v1.2.3