[Olsr-dev] [dlep_app] [PATCH v1 1/1] add build directory
Ferry Huberts
(spam-protected)
Fri Jun 22 12:10:07 CEST 2012
From: Ferry Huberts <(spam-protected)>
so that we can more easily put this in a build server
Signed-off-by: Ferry Huberts <(spam-protected)>
---
.gitignore | 23 ++++++++---------------
BUILDING | 5 +++++
build/.gitignore | 2 ++
3 files changed, 15 insertions(+), 15 deletions(-)
create mode 100644 BUILDING
create mode 100644 build/.gitignore
diff --git a/.gitignore b/.gitignore
index 7e675ca..5549d0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,13 @@
-# git-ls-files --others --exclude-from=.git/info/exclude
-# Lines that start with '#' are comments.
-# For a project mostly in C, the following would be a good set of
-# exclude patterns (uncomment them if you want to use them):
-# *.[oa]
-# *~
-
# olsrorg api
-olsrorg-api/
+/olsrorg-api/
# build directories
-build/
-build-win32/
-build-clang/
-html/
+/build/
+/build-win32/
+/build-clang/
+/html/
# eclipse development files/directory
-.cproject
-.project
-.settings/
+/.cproject
+/.project
+/.settings/
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 0000000..fdc1688
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,5 @@
+To build:
+
+cd build
+cmake ..
+make
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..a68d087
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,2 @@
+/*
+!/.gitignore
--
1.7.10.2
More information about the Olsr-dev
mailing list