Ignore:
Timestamp:
May 7, 2018, 1:38:10 PM (6 years ago)
Author:
g7moreau
Message:
  • Add ignore target for svn
Location:
trunk/project-meta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta

    • Property svn:ignore set to
      project-meta.1.gz
      project-meta.html
      project-meta_*_amd64.deb
  • trunk/project-meta/Makefile

    r207 r215  
    77COMPDIR=/etc/bash_completion.d
    88
    9 .PHONY: all install update sync upload stat help pkg
     9.PHONY: all ignore install update sync upload stat help pkg
    1010
    1111all:
     
    5454        @echo " * stat    : svn stat with gnuplot graph"
    5555        @echo " * pkg     : build Debian package"
     56        @echo "ignore - svn rules to ignore some files"
     57
     58ignore: svnignore.txt
     59        svn propset svn:ignore -F svnignore.txt .
Note: See TracChangeset for help on using the changeset viewer.