* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
16 lines
138 B
INI
16 lines
138 B
INI
[test]
|
|
hello=world
|
|
this=is a test
|
|
; of inifiles!
|
|
so there!!!=
|
|
|
|
[test2]
|
|
another=section
|
|
|
|
[Date Test]
|
|
Today=20121208
|
|
|
|
[Bool Test]
|
|
True=.T.
|
|
|