From 20392576795513b10ff6f6522b7177af7bd3d121 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 11 Apr 2013 08:26:15 +0200 Subject: Hack: Link process with hard-coded list of static libs We need to replace this with a properly dynamically generated list of dependencies, but for prototyping this will have to do the trick. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6ffecbc22 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +Makefile +process/process -- cgit v1.2.3