summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1650e5853cd0335c8934562bf1c1d5a15f7e414a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Dependency and object files
.*.d
*.o
*.lo
*.la
.deps
.libs
.dirstamp

# Generated by autoconf/configure
Makefile
Makefile.in
config.*
configure
autom4te.cache
stamp-h1
aclocal.m4
libnftnl.pc
libtool
build-aux
doxygen.cfg

# Debian package build temporary files
build-stamp

examples/*
!examples/*.c
!examples/Makefile.am
tests/*
!tests/*.c
!tests/Makefile.am