Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent 3826b6ce36
commit c613f868a2
  1. 2
      .gitignore
  2. 5
      build

2
.gitignore vendored

@ -18,4 +18,4 @@ docs/man/man7/cdist-reference.text
__pycache__/
MANIFEST
dist/
cdist/version_static.py
cdist/version.py

@ -146,6 +146,9 @@ case "$1" in
clean)
rm -f ${MAN7DSTDIR}/cdist-reference.text
rm -f cdist/version.py
rm -f MANIFEST
find "${MANDIR}" -mindepth 2 -type l \
-o -name "*.1" \
-o -name "*.7" \
@ -154,8 +157,6 @@ case "$1" in
| xargs rm -f
find * -name __pycache__ | xargs rm -rf
rm -f MANIFEST
;;
very-clean)
$0 clean

Loading…
Cancel
Save