diff options
author | P. J. McDermott <pj@pehjota.net> | 2021-08-01 20:57:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2021-08-01 20:57:02 (EDT) |
commit | 622652f8255ef780b06562df1d066f7d90b83786 (patch) | |
tree | 3ebbf3e42c19ec6d0fb057f14ea3e43069e6f2f0 /m4/.gitignore | |
download | mazefight-622652f8255ef780b06562df1d066f7d90b83786.zip mazefight-622652f8255ef780b06562df1d066f7d90b83786.tar.gz mazefight-622652f8255ef780b06562df1d066f7d90b83786.tar.bz2 |
Initial commit
Diffstat (limited to 'm4/.gitignore')
-rw-r--r-- | m4/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..10db6cc --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,9 @@ +/* +!/.gitignore +!/ax_append_flag.m4 +!/ax_cflags_warn_all.m4 +!/ax_check_compile_flag.m4 +!/ax_require_defined.m4 +!/gcc_version.m4 +!/gl_manywarnings.m4 +!/gl_warnings.m4 |