File: meson-dist-script

package info (click to toggle)
i3lock 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: ansic: 1,978; sh: 7; makefile: 4
file content (12 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eu

cd "${MESON_DIST_ROOT}"

# Delete everything we do not want to have in the release tarballs:
rm -rf \
   .clang-format \
   .editorconfig \
   ci \
   .github