mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2026-01-08 12:45:02 +00:00
init
This commit is contained in:
commit
6eef89d067
8 changed files with 191 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# ---> CMake
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
CMakeScripts
|
||||
Testing
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
|
||||
build
|
||||
cmake-build-debug
|
||||
|
||||
.old
|
||||
|
||||
.idea
|
||||
Loading…
Add table
Add a link
Reference in a new issue