diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2008-06-03 23:59:43 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2008-06-03 23:59:43 +0000 |
commit | 4930428e3ac1ee7e78fa6fa889ff6df3b9a0dba4 (patch) | |
tree | 5d0f9206e11fdf69396f1ea0fdcb8f688571b749 /svnignore.sh | |
parent | bc30d221391376bdd88568f9632486aea6c8a605 (diff) | |
download | gwtquery-4930428e3ac1ee7e78fa6fa889ff6df3b9a0dba4.tar.gz gwtquery-4930428e3ac1ee7e78fa6fa889ff6df3b9a0dba4.zip |
Diffstat (limited to 'svnignore.sh')
-rwxr-xr-x | svnignore.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svnignore.sh b/svnignore.sh new file mode 100755 index 00000000..3922238f --- /dev/null +++ b/svnignore.sh @@ -0,0 +1,3 @@ +svn propset svn:ignore --recursive -F .svnignore . +echo "current properties:" +svn propget svn:ignore . |