libnftnl/.gitignore
Jeremy Sowden 35bac9ae03 Update gitignore.
Add ctags and etags tag files, and Emacs back-up files.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2020-01-18 21:22:29 +01:00

41 lines
440 B
Plaintext

# 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
*~
\#*\#
.\#*