diff options
author | fvogel <fvogelnew1@free.fr> | 2017-01-04 16:27:45 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-01-04 16:27:45 (GMT) |
commit | 5a112bfbcd32245d6dfcf314438d1c2dd1dc8d57 (patch) | |
tree | 46125d2f7760973059479480b9cac0e1f079327f /.fossil-settings | |
parent | 8ed5f3d714bedc2aa75536350d5d5adaeea1cdae (diff) | |
download | tk-5a112bfbcd32245d6dfcf314438d1c2dd1dc8d57.zip tk-5a112bfbcd32245d6dfcf314438d1c2dd1dc8d57.tar.gz tk-5a112bfbcd32245d6dfcf314438d1c2dd1dc8d57.tar.bz2 |
Added more glob patterns in order to ignore Windows-specific compilation products when running fossil extra
Diffstat (limited to '.fossil-settings')
-rw-r--r-- | .fossil-settings/ignore-glob | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index e404f52..e8f5bbb 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -6,6 +6,7 @@ *.lib *.o *.obj +*.pdb *.res *.sl *.so @@ -18,4 +19,6 @@ */tktest* */versions.vc doc/man.macros +win/Debug_VC* +win/Release_VC* unix/tk.pc |