]> git.ipfire.org Git - thirdparty/libnftnl.git/commitdiff
libnftnl: Add to .gitignore all auto-generated files
authorCarlos Falgueras García <carlosfg@riseup.net>
Mon, 16 May 2016 12:39:01 +0000 (14:39 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 17 May 2016 10:27:33 +0000 (12:27 +0200)
It ignores files inside test/ and examples/ except all c code (*.c)
and the Makefile.am.

Signed-off-by: Carlos Falgueras García <carlosfg@riseup.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
.gitignore

index 5fada4533bc531259040a88253863704ff1250e5..3d6ebf4bb73e97f98797fa6844b6969965af4019 100644 (file)
@@ -22,3 +22,10 @@ doxygen.cfg
 
 # Debian package build temporary files
 build-stamp
+
+examples/
+!examples/*.c
+!examples/Makefile.am
+tests/
+!tests/*.c
+!tests/Makefile.am