diff options
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 |