[7/7] .gitignore: Don't list generated nitsi script as untracked file

Message ID 20180518133359.2481778-7-michael.tremer@ipfire.org
State Dropped
Headers
Series [1/7] man: Fix spelling issues, wording and wrong page references in nitsi.1 |

Commit Message

Michael Tremer May 18, 2018, 11:33 p.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/.gitignore b/.gitignore
index 28eacd91523e..8ecd217d5e1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ 
 /libtool
 /man/*.[0-9]
 /man/*.html
+/nitsi
 /tmp
 *.py[co]
 /*.tar.bz2