X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Ftools%2Ffg-submit;h=9ca695ff803d6abd9dbbb68d6b5ae8c549c94cd2;hb=991beb0b5ecf08df56ad77f6a49b0e20c191be11;hp=02975dd0060efb310bbcc3c7028cddba602efdad;hpb=8617b0a82a0a2e9392de77c6739edc4eb734e9f0;p=flightgear.git diff --git a/scripts/tools/fg-submit b/scripts/tools/fg-submit index 02975dd00..9ca695ff8 100755 --- a/scripts/tools/fg-submit +++ b/scripts/tools/fg-submit @@ -36,12 +36,12 @@ # this at the end with two arguments: # # $1 ... archive or compressed diff for submission -# $2 ... accessory diff, *NOT* for submission! +# $2 ... accessory uncompressed diff, *NOT* for submission! # # $1 and $2 are guaranteed not to contain spaces, only $1 is guaranteed # to actually exist. Such a script can be used to upload the file to an # ftp-/webserver, and/or to remove one or both files. Example using -# KDE's kfmclient for upload (alternatives: ncftpput, gnomevfs-copy, wput): +# KDE's kfmclient for upload (alternatives: ncftpput, gnomevfs-copy): # # $ cat ~/bin/fg-upload # #!/bin/bash @@ -72,9 +72,9 @@ # A file can use a list of three keywords with arguments, each on a # separate line: # -# ALLOW ... accept & report matching file -# DENY ... reject & report matching file -# IGNORE ... silently reject matching file +# ALLOW ... accept & report matching file +# DENY ... reject & report matching file +# IGNORE ... silently reject matching file # # A is a space-separated list of shell pattern. # It may also be empty, in which case it has no effect. Examples: @@ -84,12 +84,12 @@ # # The list of pattern is checked in the same order in which it was # built. The first match causes a file to be accepted or rejected. -# Further matches are not considered. Comments using the -# hash character '#' are allowed and ignored. +# Further matches are not considered. Comments using the hash +# character '#' are allowed and ignored. # # Some default rules are always added at the end. If you want to -# bypass them, then just add "ALLOW *" or "DENY *" at the end of -# your configuration, and no file will ever reach the default rules. +# bypass them, then finish your configuration with an "ALLOW *" +# or "DENY *", and no file will ever reach the default rules. # # # Example: @@ -98,7 +98,7 @@ # ALLOW *.xcf # ... allow all other GIMP images (the default # # rules would otherwise throw them out) # -# ALLOW g.old # add this silly file, but ... +# ALLOW not.old # add this file, but ... # IGNORE *.old # throw out all other "old" files (and don't # # report that to the terminal) # @@ -148,7 +148,7 @@ DEFAULT_RULES=" +.cvsignore +*/.cvsignore -*~ -*. -*.bak -*.orig -*.RGB -*.RGBA -*.MDL - -*.xcf -*.XCF -*.tga -*.TGA -*.bmp -*.BMP -*.png -*.PNG + -*.XCF -*.tga -*.TGA -*.bmp -*.BMP -*.PNG -*.blend -*.blend[0-9] -*blend[0-9][0-9] -*.blend[0-9][0-9][0-9] -*.gz -*.tgz -*.bz2 -*.zip -*.tar.gz* -*.tar.bz2* "