diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-10-19 12:28:48 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-10-19 12:28:48 +0200 |
commit | 781a9f058327730723525d3c4b85533920a00e9b (patch) | |
tree | 65148e6a39d6872f17314ba21356c072dc6aa3fc /.gitignore | |
parent | 7ce8198437199a83d9e2884a5b73e035a7a38db9 (diff) | |
download | libmnl-781a9f058327730723525d3c4b85533920a00e9b.tar.gz libmnl-781a9f058327730723525d3c4b85533920a00e9b.zip |
Add .gitignore files
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04462c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*~ +*.la +*.lo +*.o +.deps +.libs +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache +/compile +/config.* +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 + +/doxygen.cfg +/libmnl.pc |