]> asedeno.scripts.mit.edu Git - linux.git/commit
samples/bpf: add .gitignore file
authorTaeung Song <treeze.taeung@gmail.com>
Wed, 4 Jul 2018 13:36:39 +0000 (22:36 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 5 Jul 2018 07:58:53 +0000 (09:58 +0200)
commitc48424d993fafd1e04b228fbd46176f828233d82
tree5672519ae22ab3839645d02301ddaf3b367f3ebf
parent02a2f000a3629274bfad60bfc4de9edec49e63e7
samples/bpf: add .gitignore file

For untracked executables of samples/bpf, add this.

  Untracked files:
    (use "git add <file>..." to include in what will be committed)

   samples/bpf/cpustat
   samples/bpf/fds_example
   samples/bpf/lathist
   samples/bpf/load_sock_ops
...

Signed-off-by: Taeung Song <treeze.taeung@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/.gitignore [new file with mode: 0644]