summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e62f850fddf66bff0d3a1197886d7e699cdb65f3 (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
32
33
34
35
36
37
38
39
40
# 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

# Tag files for Vim and Emacs.
TAGS
tags

# Emacs back-up files
*~
\#*\#
.\#*