about summary refs log tree commit homepage
path: root/m4/.gitignore
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-23 22:45:52 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-23 22:45:52 +0000
commita01c4ebb97c21bc5d7c42d84d0ece2bf7d034dc9 (patch)
treefd029bfcb3e854516520b33911b36c3d866e72d8 /m4/.gitignore
parentbea4a4d6a8210f208a6916c459a62965f513708e (diff)
downloadcmogstored-a01c4ebb97c21bc5d7c42d84d0ece2bf7d034dc9.tar.gz
Trivial MIN/MAX macros to avoid having to parse ternary
operators in my head.
Diffstat (limited to 'm4/.gitignore')
-rw-r--r--m4/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore
index d431483..6c53f8c 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -131,3 +131,4 @@
 /onceonly.m4
 /socketlib.m4
 /base64.m4
+/minmax.m4