diff options
author | Leah Neukirchen <leah@vuxu.org> | 2024-07-03 17:55:45 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2024-07-03 17:58:18 +0200 |
commit | 2bb551efd8b3e50d715482a8f3b89f88bae74397 (patch) | |
tree | d380e8ffaba4e634b6e518480f91f2f37bad72be /.gitignore | |
parent | e5861199e018fcc6537fbd4a522aea1f75ec0d4e (diff) | |
download | nq-2bb551efd8b3e50d715482a8f3b89f88bae74397.tar.gz nq-2bb551efd8b3e50d715482a8f3b89f88bae74397.tar.xz nq-2bb551efd8b3e50d715482a8f3b89f88bae74397.zip |
There's only so many two letter binaries that can exist at the same time. A newer project, called fq, arrived and is clashing with nq in many packaging systems, and nqtail is a fine name too.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9801fb2..4084f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *~ -fq nq +nqtail ,*.* |