summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gmail.com>2011-05-25 16:10:49 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2011-05-26 12:11:34 +1000
commitdac624ad2b3a67ab93c11d8ee0a91b217fc1afe6 (patch)
tree520d4cc3320b6bf792a0d35992c11b50674b9904 /.gitignore
parent8bb3786fead14c36fbfb6320e886e3a0e878b29f (diff)
build: create object files following the sources' structure.
This allows building object files following the same subdirectory structure as it was used before with the recursive build system, while keeping the build non-recursive. Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2f191c3..39e3f35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,4 @@ core
eventcomm-test
synclient
syndaemon
+.dirstamp \ No newline at end of file