Skip to content

Commit

Permalink
Fix Window Build
Browse files Browse the repository at this point in the history
This commit adds Windows-specific build output to the .gitignore file,
since the current one causes the source tree to be polluted with build
output.
  • Loading branch information
Yvan Janssens committed Jan 5, 2017
1 parent 1b32f6b commit 1474469
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,8 @@
*.a
*.dSYM
.DS_Store
*.dll
*.exe

# Auto generated build files
src/LOCATION
Expand Down Expand Up @@ -71,3 +73,12 @@ src/test_os_regex
src/test_os_xml
src/test_os_zlib
src/test_shared

# Windows-specific build output:
src/win32/LICENSE.txt
src/win32/default-local_internal_options.conf
src/win32/default-ossec.conf
src/win32/help_win.txt
src/win32/internal_options.conf
src/win32/restart-ossec.cmd
src/win32/route-null.cmd

0 comments on commit 1474469

Please sign in to comment.