diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,7 @@ *.bundle *.dll *.dylib +*.dylib.E *.exe *.exp *.lib @@ -14,6 +15,7 @@ .fslckout Makefile Tk-Info.plist +Wish-Info.plist autom4te.cache config.cache config.log @@ -55,5 +57,5 @@ unix/tclIndex win/Debug* win/Release* win/*.manifest -win/nmhlp-out.txt win/nmakehlp.out +win/nmhlp-out.txt |