diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | tools/tar_exclude_from | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..a9177c41 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +tarball: + @echo "Creating tar ball " + @tar cfhj opendiskless.tar.bz2 \ + --exclude-from=tools/tar_exclude_from \ + . diff --git a/tools/tar_exclude_from b/tools/tar_exclude_from new file mode 100644 index 00000000..ba209df1 --- /dev/null +++ b/tools/tar_exclude_from @@ -0,0 +1,3 @@ +.svn +.*.swp +opendiskless*.tar.bz2 |