diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-12-03 15:13:01 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-12-07 09:47:32 -0500 |
commit | f75ff7d921d5807d1e5b0aaa248a4d86d8eccfc4 (patch) | |
tree | 8edefa7effbcd9168e0087eeaab4baed34918b2d /m4 | |
parent | 0bfae4149c684391e16b3b80443954691a209dff (diff) |
config: remove m4/.gitignore now that toplevel one handles it all
The -Im4 in Makefile.am will have to wait until the day
there is an m4 macro checked-in git in the m4 directory.
This does not prevent libtool to install its macros in m4.
Acked-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/.gitignore b/m4/.gitignore deleted file mode 100644 index 8d0c756..0000000 --- a/m4/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/lt*.m4 -/libtool.m4 |