diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-25 08:57:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-25 08:57:29 (GMT) |
commit | f11d46a5391bad92ada8f86f1dac44e43f359c28 (patch) | |
tree | 9a11aff29ce895e73ae05ffff394015fb2c8b3c6 /.gitignore | |
parent | 7063328b6584b3d6923d6afd07a254ca7a99746c (diff) | |
download | tk-f11d46a5391bad92ada8f86f1dac44e43f359c28.zip tk-f11d46a5391bad92ada8f86f1dac44e43f359c28.tar.gz tk-f11d46a5391bad92ada8f86f1dac44e43f359c28.tar.bz2 |
Fix [https://core.tcl-lang.org/tcl/info/9080d6a871|9080d6a871]: Build fix for tcl on macOS on Apple Silicon.
Add manifest.uuid to distribution, so we can see exactly what commit-id "make dist" is built from (even when it's built from GIT).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f57b81 --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +*.a +*.bundle +*.dll +*.dylib +*.exe +*.exp +*.lib +*.o +*.obj +*.pdb +*.res +*.sl +*.so +.fslckout +Makefile +Tk-Info.plist +autom4te.cache +config.cache +config.log +config.status +config.status.lineno +html +manifest.uuid +_FOSSIL_ +*/tkConfig.sh +*/wish* +*/tktest* +*/versions.vc +*/version.vc +*/libtcl.vfs +*/libtcl_*.zip +libtommath/bn.ilg +libtommath/bn.ind +libtommath/pretty.build +libtommath/tommath.src +libtommath/*.log +libtommath/*.pdf +libtommath/*.pl +libtommath/*.sh +libtommath/doc/* +libtommath/tombc/* +libtommath/pre_gen/* +libtommath/pics/* +libtommath/mtest/* +libtommath/logs/* +libtommath/etc/* +libtommath/demo/* +libtommath/*.out +libtommath/*.tex +macosx/configure +unix/autoMkindex.tcl +unix/dltest.marker +unix/tk.pc +unix/tclIndex +win/Debug* +win/Release* +win/*.manifest +win/nmhlp-out.txt +win/nmakehlp.out |