diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-01-03 21:12:18 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-01-04 10:47:10 +0100 |
commit | 6540ed2112dc589e13eb4bf4460df1c95a1b38a5 (patch) | |
tree | 91ac979317ceff018ee21511602d3c361b887c2b /m4 | |
parent | 41ae07aba28dcec0b98245be90d9d5925c13c5c7 (diff) |
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 <kibi@debian.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/m4/.gitignore b/m4/.gitignore deleted file mode 100644 index 464ba5ca..00000000 --- a/m4/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -libtool.m4 -lt~obsolete.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 |