diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:19:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:19:02 (GMT) |
commit | 64a5ba20e86303e3f8f565f99c0673e82e8d7b05 (patch) | |
tree | d9437ff3433414901b17f6dd0b4b8b7d182756e2 /.fossil-settings | |
parent | ff33155b738339c0ecc8f822888b8a8eba45e676 (diff) | |
parent | 27425ba30a13f29ab5f0489e6bd00e54235495c9 (diff) | |
download | tcl-64a5ba20e86303e3f8f565f99c0673e82e8d7b05.zip tcl-64a5ba20e86303e3f8f565f99c0673e82e8d7b05.tar.gz tcl-64a5ba20e86303e3f8f565f99c0673e82e8d7b05.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 |