diff options
| author | s1n <[email protected]> | 2019-08-16 02:50:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-16 02:50:21 -0700 |
| commit | 404fac85ef445f1a2ecdbf4fe9b86349e6a399b4 (patch) | |
| tree | 485eaca22391f64d3043a32a71f3736402278e32 /C++ Project Structure.txt | |
| parent | new readme (diff) | |
| download | cpp-terminology-404fac85ef445f1a2ecdbf4fe9b86349e6a399b4.tar.xz cpp-terminology-404fac85ef445f1a2ecdbf4fe9b86349e6a399b4.zip | |
Delete C++ Project Structure.txt
Diffstat (limited to 'C++ Project Structure.txt')
| -rw-r--r-- | C++ Project Structure.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/C++ Project Structure.txt b/C++ Project Structure.txt deleted file mode 100644 index f3de498..0000000 --- a/C++ Project Structure.txt +++ /dev/null @@ -1,25 +0,0 @@ -Project_name - | - |---- CMakeLists.txt - | - |---- include - | | - | |---- Project_name - | | - | |---- public_header(s).h - | - ---- src - | | - | |---- private_header(s).h - | | - | |---- code(s).cpp - | - | - |---- libs - | | - | |---- A - | | - | |---- B - | - | - |---- tests |