diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:34:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:34:36 +0000 |
commit | 74ebeae0b4c411df9900224b90a6072b16098458 (patch) | |
tree | fee8f5c9e37f1a9f0842e026876c8af541fa2e86 /.gitignore | |
parent | Initial commit. (diff) | |
download | ethtool-upstream/1%6.7.tar.xz ethtool-upstream/1%6.7.zip |
Adding upstream version 1:6.7.upstream/1%6.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2679fae --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +*.o + +Makefile +Makefile.in + +INSTALL +missing +depcomp +install-sh +compile +ethtool-config.h* +ethtool.spec +ethtool.8 +ethtool +test-cmdline +test-driver +test-features +stamp-h1 +config.* +aclocal.m4 +configure +*.tar.gz +push + +.dotest +autom4te.cache +.deps +test-*.log +test-*.trs + +.*.swp +*.patch +.dirstamp +tags |