diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:08:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:08:46 (GMT) |
commit | 27425ba30a13f29ab5f0489e6bd00e54235495c9 (patch) | |
tree | 504459a540cdfb8d95fead7da519509b12a4808f /.fossil-settings | |
parent | 8873e6101cf4dac7e9c39fd001cf489ab8173429 (diff) | |
download | tcl-27425ba30a13f29ab5f0489e6bd00e54235495c9.zip tcl-27425ba30a13f29ab5f0489e6bd00e54235495c9.tar.gz tcl-27425ba30a13f29ab5f0489e6bd00e54235495c9.tar.bz2 |
Tell fossil and Eclipse that the default eol-convention is LF.
Tell fossil which files are binary and which files should never be committed.
Tell Eclipse that the default encoding is UTF-8
Diffstat (limited to '.fossil-settings')
-rw-r--r-- | .fossil-settings/binary-glob | 3 | ||||
-rw-r--r-- | .fossil-settings/crnl-glob | 0 | ||||
-rw-r--r-- | .fossil-settings/ignore-glob | 15 |
3 files changed, 18 insertions, 0 deletions
diff --git a/.fossil-settings/binary-glob b/.fossil-settings/binary-glob new file mode 100644 index 0000000..ca85874 --- /dev/null +++ b/.fossil-settings/binary-glob @@ -0,0 +1,3 @@ +*.bmp +*.gif +*.png diff --git a/.fossil-settings/crnl-glob b/.fossil-settings/crnl-glob new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.fossil-settings/crnl-glob diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob new file mode 100644 index 0000000..a101893 --- /dev/null +++ b/.fossil-settings/ignore-glob @@ -0,0 +1,15 @@ +*.a +*.dll +*.exe +*.o +*.obj +*.so +*/Makefile +*/config.cache +*/config.log +*/config.status +*/tclConfig.sh +*/tclsh* +*/tcltest* +unix/dltest.marker +win/tcl.hpj |