diff options
author | Masahiro Yamada | 2018-03-23 14:04:35 +0100 |
---|---|---|
committer | Masahiro Yamada | 2018-04-07 12:04:02 +0200 |
commit | 9ce285cfe3602d71485ac9582ebb8034e485a33c (patch) | |
tree | 2b7cc2753566544251bb01cac1820c2fd7d98eb3 /.gitignore | |
parent | kbuild: add %.dtb.S and %.dtb to 'targets' automatically (diff) | |
download | kernel-qcow2-linux-9ce285cfe3602d71485ac9582ebb8034e485a33c.tar.gz kernel-qcow2-linux-9ce285cfe3602d71485ac9582ebb8034e485a33c.tar.xz kernel-qcow2-linux-9ce285cfe3602d71485ac9582ebb8034e485a33c.zip |
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
These are common patterns where source files are parsed by the
asn1_compiler.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 1e82be162e6f..a7fef349e319 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ # .* *.a +*-asn1.[ch] *.bin *.bz2 *.c.[012]*.* @@ -130,7 +131,3 @@ all.config # Kdevelop4 *.kdev4 - -#Automatically generated by ASN.1 compiler -net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c -net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h |