chore: initialize build2 project

This commit is contained in:
Glen Whitney 2022-12-18 16:50:01 -05:00
parent bd36a8b3fb
commit a8fba52b44
11 changed files with 114 additions and 26 deletions

51
.gitignore vendored
View file

@ -1,34 +1,33 @@
# ---> C++
# Prerequisites
*.d
.bdep/
# Compiled Object files
*.slo
*.lo
# Editor backups
*~
# Local default options files.
#
.build2/local/
# Compiler/linker output.
#
*.d
*.t
*.i
*.i.*
*.ii
*.ii.*
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.gcm
*.pcm
*.ifc
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exp
*.pdb
*.ilk
*.exe
*.out
*.app
*.exe.dlls/
*.exe.manifest
*.pc