diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:26:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-06 12:26:23 (GMT) |
commit | b897b2c25b8d2d715a4f5f2ac516f26c76e6e321 (patch) | |
tree | 6b47de1f2519beb4db6b344455473aa0d413d153 | |
parent | 69eed829d100f7dcbe449ef6854ae7d24f72179c (diff) | |
parent | 0390de18076f988f55706eaf74ec09448451ef6f (diff) | |
download | tcl-b897b2c25b8d2d715a4f5f2ac516f26c76e6e321.zip tcl-b897b2c25b8d2d715a4f5f2ac516f26c76e6e321.tar.gz tcl-b897b2c25b8d2d715a4f5f2ac516f26c76e6e321.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
-rw-r--r-- | .fossil-settings/binary-glob | 3 | ||||
-rw-r--r-- | .fossil-settings/crnl-glob | 0 | ||||
-rw-r--r-- | .fossil-settings/ignore-glob | 15 | ||||
-rw-r--r-- | .project | 11 | ||||
-rw-r--r-- | .settings/org.eclipse.core.resources.prefs | 2 | ||||
-rw-r--r-- | .settings/org.eclipse.core.runtime.prefs | 2 |
6 files changed, 33 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 diff --git a/.project b/.project new file mode 100644 index 0000000..358cc74 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>tcl8.6</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + </buildSpec> + <natures> + </natures> +</projectDescription> diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..99f26c0 --- /dev/null +++ b/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/<project>=UTF-8 diff --git a/.settings/org.eclipse.core.runtime.prefs b/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 0000000..5a0ad22 --- /dev/null +++ b/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\n |