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 | 6e6786882d8552e51fc3365dd9c54ff893b52d40 (patch) | |
tree | 504459a540cdfb8d95fead7da519509b12a4808f /.fossil-settings | |
parent | 51f835ba96550183d531b95c2d6e50be4aa34c7f (diff) | |
download | tcl-6e6786882d8552e51fc3365dd9c54ff893b52d40.zip tcl-6e6786882d8552e51fc3365dd9c54ff893b52d40.tar.gz tcl-6e6786882d8552e51fc3365dd9c54ff893b52d40.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 |