mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Implement #243, separate core/client (PCH support dropped for now)
This commit is contained in:
parent
bdaf2c16aa
commit
8ac9520dfd
153 changed files with 360 additions and 20020 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
|||
# i2pd
|
||||
obj/*.o
|
||||
router.info
|
||||
router.keys
|
||||
i2p
|
||||
|
@ -9,14 +8,14 @@ tunnels.cfg
|
|||
tests/tests
|
||||
|
||||
# Build files
|
||||
build/CMakeCache.txt
|
||||
CMakeCache.txt
|
||||
build/CMakeFiles/*
|
||||
build/cmake_install.cmake
|
||||
build/i2pd
|
||||
build/libcommon.a
|
||||
build/libi2pd.a
|
||||
build/CTestTestfile.cmake
|
||||
build/i2pd_tests
|
||||
build/tests
|
||||
build/client
|
||||
build/core
|
||||
*.cmake
|
||||
*.a
|
||||
*.o
|
||||
|
||||
|
||||
# Autotools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue