aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2014-02-20 18:43:15 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2014-02-20 19:41:29 +0100
commit14506665d982862e82b15d5f0b9578c213390515 (patch)
treebb8388e0bd4f755a4e1cf81da6e84bd6bef88ab4 /.gitignore
add libgtpnl
This patch adds the libgtpnl library. Harald mentioned that he wanted that the specific code that is added is well encapsulated, so let's start a small library to interact with the GTP kernel module via netlink interface. This was done a bit while in the rush, so the interfaces are not nice at all and the tools need to be ported on top of this library. This library will be used to integrate openggsn with the GTP kernel module.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9deb3b5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# 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
+libgtpnl.pc
+libtool
+build-aux
+
+# Debian package build temporary files
+build-stamp