diff options
| author | Jamie Mansfield <[email protected]> | 2015-03-07 19:10:16 +0000 |
|---|---|---|
| committer | Jamie Mansfield <[email protected]> | 2015-03-07 19:10:16 +0000 |
| commit | bb6492c6085f10570ae5087b667aaaa1e8fa3d01 (patch) | |
| tree | 07f0d7011ec4e2755396a65fabe7440b2ddabca1 /windows 95/bin/Debug/Histacom.exe.config | |
| parent | f4e124e5da7d1959ede71a31bb96d519f913b623 (diff) | |
| download | histacom-bb6492c6085f10570ae5087b667aaaa1e8fa3d01.tar.gz histacom-bb6492c6085f10570ae5087b667aaaa1e8fa3d01.tar.bz2 histacom-bb6492c6085f10570ae5087b667aaaa1e8fa3d01.zip | |
Make .gitignore work. Fixes #15
Thanks to @kenzierocks and http://stackoverflow.com/questions/19663093/apply-gitignore-on-an-existing-repository-already-tracking-large-number-of-files
Diffstat (limited to 'windows 95/bin/Debug/Histacom.exe.config')
| -rwxr-xr-x | windows 95/bin/Debug/Histacom.exe.config | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/windows 95/bin/Debug/Histacom.exe.config b/windows 95/bin/Debug/Histacom.exe.config deleted file mode 100755 index ff5595a..0000000 --- a/windows 95/bin/Debug/Histacom.exe.config +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?>
-<configuration>
- <system.diagnostics>
- <sources>
- <!-- This section defines the logging configuration for My.Application.Log -->
- <source name="DefaultSource" switchName="DefaultSwitch">
- <listeners>
- <add name="FileLog"/>
- <!-- Uncomment the below section to write to the Application Event Log -->
- <!--<add name="EventLog"/>-->
- </listeners>
- </source>
- </sources>
- <switches>
- <add name="DefaultSwitch" value="Information"/>
- </switches>
- <sharedListeners>
- <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
- <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
- <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
- </sharedListeners>
- </system.diagnostics>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
|
