[BACK]Return to file.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/file.c between version 1.44 and 1.45

version 1.44, 2004/12/14 21:23:44 version 1.45, 2004/12/28 19:44:17
Line 64 
Line 64 
         "..",          "..",
         "*.o",          "*.o",
         "*.so",          "*.so",
           "*.a",
         "*.bak",          "*.bak",
         "*.orig",          "*.orig",
         "*.rej",          "*.rej",
           "*.old",
         "*.exe",          "*.exe",
         "*.depend",          "*.depend",
           "*.obj",
           "*.elc",
           "*.ln",
           "*.olb",
         "CVS",          "CVS",
         "core",          "core",
         ".#*",          ".#*",
           "*~",
           "_$*",
           "*$",
 #ifdef OLD_SMELLY_CRUFT  #ifdef OLD_SMELLY_CRUFT
         "RCSLOG",          "RCSLOG",
         "tags",          "tags",
         "TAGS",          "TAGS",
         "RCS",          "RCS",
         "SCCS",          "SCCS",
           "cvslog.*",     /* to ignore CVS_CLIENT_LOG output */
         "#*",          "#*",
         ",*",          ",*",
 #endif  #endif

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45