diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-04-11 08:33:39 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-04-11 08:33:39 (GMT) |
commit | 563cbb03c3b7f79c8023db8ebaa2d43faa7be1b0 (patch) | |
tree | 9be9d6ea19652d1a9a234333a70230588761faca /.fossil-settings | |
parent | 5698a9db19013dad5a84edee5dbafdbef5592ba6 (diff) | |
download | tk-563cbb03c3b7f79c8023db8ebaa2d43faa7be1b0.zip tk-563cbb03c3b7f79c8023db8ebaa2d43faa7be1b0.tar.gz tk-563cbb03c3b7f79c8023db8ebaa2d43faa7be1b0.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 | 20 |
3 files changed, 23 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..76aedf2 --- /dev/null +++ b/.fossil-settings/ignore-glob @@ -0,0 +1,20 @@ +*.a +*.dll +*.dylib +*.exe +*.exp +*.lib +*.o +*.obj +*.res +*.sl +*.so +*/Makefile +*/config.cache +*/config.log +*/config.status +*/tkConfig.sh +*/wish* +*/tktest* +*/versions.vc +doc/man.macros |