From 6540ed2112dc589e13eb4bf4460df1c95a1b38a5 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 3 Jan 2012 21:12:18 -0500 Subject: Use standard .gitignore file and layout Reusing xorg code saves maintenance in the long term. Now that m4/.gitignore is removed, the -I m4 ${ACLOCAL_FLAGS} must be removed to avoid build breakage as m4 is generated and not part of the git source. Acked-by: Cyril Brulebois Reviewed-by: Ben Widawsky Signed-off-by: Gaetan Nadon Signed-off-by: Daniel Vetter --- debugger/.gitignore | 2 ++ debugger/system_routine/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 debugger/.gitignore create mode 100644 debugger/system_routine/.gitignore (limited to 'debugger') diff --git a/debugger/.gitignore b/debugger/.gitignore new file mode 100644 index 00000000..873cd273 --- /dev/null +++ b/debugger/.gitignore @@ -0,0 +1,2 @@ +debug_rdata +eudb diff --git a/debugger/system_routine/.gitignore b/debugger/system_routine/.gitignore new file mode 100644 index 00000000..dad5fcf1 --- /dev/null +++ b/debugger/system_routine/.gitignore @@ -0,0 +1,2 @@ +GNUmakefile +!Makefile -- cgit v1.2.3