diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-17 12:13:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-17 12:13:47 (GMT) |
commit | c4d109c37eaf3da5573c1cb5196bc4457fe3179e (patch) | |
tree | 436fae805f78961c5a1dddda00a8291c011ca0d4 | |
parent | 366274267444686d4349c1e8acfd1d86f5574d09 (diff) | |
download | tk-c4d109c37eaf3da5573c1cb5196bc4457fe3179e.zip tk-c4d109c37eaf3da5573c1cb5196bc4457fe3179e.tar.gz tk-c4d109c37eaf3da5573c1cb5196bc4457fe3179e.tar.bz2 |
Extend .fossil-settings/ignore-glob and .gitattributes
-rw-r--r-- | .fossil-settings/ignore-glob | 11 | ||||
-rw-r--r-- | .gitattributes | 4 |
2 files changed, 14 insertions, 1 deletions
diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index ba419e1..c62c87c 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -1,9 +1,12 @@ *.a *.dll *.dylib +*.dylib.E *.exe *.exp +*.la *.lib +*.lo *.o *.obj *.pdb @@ -11,6 +14,7 @@ *.sl *.so */Makefile +*/autom4te.cache */config.cache */config.log */config.status @@ -19,8 +23,13 @@ */tktest* */versions.vc doc/man.macros +html +macosx/configure win/Debug* win/Release* +win/*.manifest win/nmhlp-out.txt +win/nmakehlp.out unix/tk.pc -html/* +unix/Tk-Info.plist +unix/Wish-Info.plist diff --git a/.gitattributes b/.gitattributes index e9a67c8..fe89ab8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,15 +22,19 @@ # Declare files that will always have CRLF line endings on checkout. *.bat eol=crlf +*.rc eol=crlf *.sln eol=crlf *.vc eol=crlf # Denote all files that are truly binary and should not be modified. *.a binary +*.bmp binary +*.cur binary *.dll binary *.exe binary *.gif binary *.gz binary +*.ico binary *.jpg binary *.lib binary *.pdf binary |