diff options
author | Brian Behlendorf <[email protected]> | 2012-08-26 18:10:24 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-08-27 11:47:44 -0700 |
commit | ca8b5af89d2c5826af7385bf18f3b377b0efde11 (patch) | |
tree | e8d723d9fe3d8f981b0639890e9495b153cba648 /.gitignore | |
parent | cd38ac58a36e51cb3d627da57bfb5246e70f276d (diff) |
Remove autotools products
Remove all of the generated autotools products from the repository
and update the .gitignore files accordingly.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #718
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0b7abb2c8..3cbbc0f98 100644 --- a/.gitignore +++ b/.gitignore @@ -29,19 +29,27 @@ .DS_Store modules.order Makefile +Makefile.in # # Top level generated files specific to this top level dir # -/Makefile +/configure /config.log /config.status /libtool /zfs_config.h /zfs.spec /zfs-modules.spec +/zfs.release +/dkms.conf +/PKGBUILD-zfs +/PKGBUILD-zfs-modules /stamp-h1 /.script-config +/zfs-script-config.sh +/aclocal.m4 +/autom4te.cache # # Top level generic files |