Skip to content
Snippets Groups Projects
Commit 7359ce76 authored by mark's avatar mark
Browse files

GIT: adjust gitignore

- ignore top-level /build and /platforms directories
parent 8c4a6814
No related branches found
No related tags found
1 merge request!121Merge develop into master for v1706 release
...@@ -39,8 +39,12 @@ solaris*Gcc*/ ...@@ -39,8 +39,12 @@ solaris*Gcc*/
SunOS*Gcc*/ SunOS*Gcc*/
platforms/ platforms/
# Reinstate wmake/rules that might look like build directories # Top-level build directories
!wmake/rules/*/ /build/
/platforms/
# Reinstate wmake rules that might look like build directories
!/wmake/rules/*/
# doxygen generated documentation # doxygen generated documentation
doc/Doxygen/html doc/Doxygen/html
...@@ -62,6 +66,7 @@ doc/Doxygen/DTAGS ...@@ -62,6 +66,7 @@ doc/Doxygen/DTAGS
# Source packages - anywhere # Source packages - anywhere
*.tar.bz2 *.tar.bz2
*.tar.gz *.tar.gz
*.tar.xz
*.tar *.tar
*.tgz *.tgz
*.gtgz *.gtgz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment