]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: add *.got files to .gitignore
authorPablo M. Bermudo Garay <pablombg@gmail.com>
Tue, 1 Dec 2015 22:45:21 +0000 (23:45 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 10 Dec 2015 17:25:30 +0000 (18:25 +0100)
During tests execution, some *.payload.got files may be generated. To
avoid annoyances, this commit adds the pattern to .gitignore. Also, the
file "dup.t.payload.got", that was presumably included by mistake, has
been deleted.

Signed-off-by: Pablo M. Bermudo Garay <pablombg@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
.gitignore
tests/regression/ip/dup.t.payload.got [deleted file]

index 63ef1a298cb5d4eb56d7b52bd19babfed06900d0..009f7d005afa19cff080b386807f0eb6383f5d3a 100644 (file)
@@ -24,5 +24,8 @@ ylwrap
 src/parser_bison.c
 src/parser_bison.h
 
+# Generated by tests
+*.payload.got
+
 # Debian package build temporary files
 build-stamp
diff --git a/tests/regression/ip/dup.t.payload.got b/tests/regression/ip/dup.t.payload.got
deleted file mode 100644 (file)
index 23e0a7e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# dup to 192.168.2.1 device eth0
-ip test-ip4 input 
-  [ immediate reg 1 0x0102a8c0 ]
-  [ immediate reg 2 0x00000002 0x00000000 0x00000000 0x00000000 ]
-  [ dup sreg_addr 1  sreg_dev 2 ]
-
-# dup to ip saddr map { 192.168.2.120 : 192.168.2.1 } device eth0
-map%d test-ip4 b
-map%d test-ip4 0
-       element 7802a8c0  : 0102a8c0 0 [end]
-ip test-ip4 input 
-  [ payload load 4b @ network header + 12 => reg 1 ]
-  [ lookup reg 1 set map%d dreg 1 ]
-  [ immediate reg 2 0x00000002 0x00000000 0x00000000 0x00000000 ]
-  [ dup sreg_addr 1  sreg_dev 2 ]
-
-# dup to ip saddr map { 192.168.2.120 : 192.168.2.1 } device eth0
-map%d test-ip4 b
-map%d test-ip4 0
-       element 7802a8c0  : 0102a8c0 0 [end]
-ip test-ip4 input 
-  [ payload load 4b @ network header + 12 => reg 1 ]
-  [ lookup reg 1 set map%d dreg 1 ]
-  [ immediate reg 2 0x00000002 0x00000000 0x00000000 0x00000000 ]
-  [ dup sreg_addr 1 sreg_dev 2 ]
-