Skip to content
Snippets Groups Projects
Commit 365df487 authored by Andrew Heather's avatar Andrew Heather
Browse files

adding Mark's change to .gitignore

parent 237cec3b
Branches
Tags
No related merge requests found
...@@ -26,18 +26,19 @@ core ...@@ -26,18 +26,19 @@ core
# dependency files - anywhere # dependency files - anywhere
*.dep *.dep
# lnInclude folders - anywhere # lnInclude (symlink) folders - anywhere
lnInclude lnInclude
# linux build folder(s) - anywhere # build folder(s) - anywhere
linux*Gcc* linux*Gcc*/
linux*Icc*/
linuxming*/
SiCortex*Gcc*/
solaris*Gcc*/
SunOS*Gcc*/
# reinstate wmake/rules that look like build folders # reinstate wmake/rules that might look like build folders
!wmake/rules/linux* !wmake/rules/*/
# but do continue to ignore the derived wmake files
wmake/rules/*/dirToString
wmake/rules/*/wmkdep
# doxygen generated documentation # doxygen generated documentation
doc/[Dd]oxygen/html doc/[Dd]oxygen/html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment