diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-10-19 12:28:48 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-10-19 12:28:48 +0200 |
commit | 781a9f058327730723525d3c4b85533920a00e9b (patch) | |
tree | 65148e6a39d6872f17314ba21356c072dc6aa3fc /examples | |
parent | 7ce8198437199a83d9e2884a5b73e035a7a38db9 (diff) | |
download | libmnl-781a9f058327730723525d3c4b85533920a00e9b.tar.gz libmnl-781a9f058327730723525d3c4b85533920a00e9b.zip |
Add .gitignore files
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/genl/.gitignore | 1 | ||||
-rw-r--r-- | examples/netfilter/.gitignore | 2 | ||||
-rw-r--r-- | examples/rtnl/.gitignore | 7 |
3 files changed, 10 insertions, 0 deletions
diff --git a/examples/genl/.gitignore b/examples/genl/.gitignore new file mode 100644 index 0000000..57f0ca9 --- /dev/null +++ b/examples/genl/.gitignore @@ -0,0 +1 @@ +/genl-family-get diff --git a/examples/netfilter/.gitignore b/examples/netfilter/.gitignore new file mode 100644 index 0000000..0d1727d --- /dev/null +++ b/examples/netfilter/.gitignore @@ -0,0 +1,2 @@ +/nf-queue +/nfct-event diff --git a/examples/rtnl/.gitignore b/examples/rtnl/.gitignore new file mode 100644 index 0000000..b03a27d --- /dev/null +++ b/examples/rtnl/.gitignore @@ -0,0 +1,7 @@ +/rtnl-link-dump +/rtnl-link-dump2 +/rtnl-link-dump3 +/rtnl-link-event +/rtnl-link-set +/rtnl-route-add +/rtnl-route-dump |