diff options
author | 2025-04-21 18:17:33 +0200 | |
---|---|---|
committer | 2025-04-30 21:03:42 +0200 | |
commit | 8e07e0005c4c440ee118d4673bb9962954683532 (patch) | |
tree | 0eb3718929a2842b5af98642112be2e71bc516cd /.gitignore | |
parent | Add GNU Guix manifest for development (diff) |
WIP: RFC 7208 Sender Policy Framework implementationspf-bootstrap
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,3 +21,6 @@ lithium-*.tar # Temporary files, for example, from tests. /tmp/ + +# Generated lexer code +/src/lithium_spf_lexer.erl |