Update .gitignore to match new directory structure.

This commit is contained in:
Christopher Kohlhoff
2025-08-21 22:47:34 +10:00
parent 5503632ee1
commit 6e85b61b49
2 changed files with 24 additions and 25 deletions

25
.gitignore vendored
View File

@@ -1,3 +1,26 @@
Makefile
Makefile.in
aclocal.m4
asio.pc
autom4te.cache
compile
config.guess
config.log
config.status
config.sub
configure
configure~
depcomp
install-sh
missing
test-driver
/doc
/lib
/boost
/boostified
/tsified
*.gz
*.bz2
*.zip
/*.cpp
/*.hpp
/boost

24
asio/.gitignore vendored
View File

@@ -1,24 +0,0 @@
Makefile
Makefile.in
aclocal.m4
asio.pc
autom4te.cache
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
missing
test-driver
/doc
/lib
/boostified
/tsified
*.gz
*.bz2
*.zip
/*.cpp
/*.hpp