Initial Commit
This commit is contained in:
63
.gitignore
vendored
Normal file
63
.gitignore
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
## C
|
||||
c/*.o
|
||||
c/ssg
|
||||
|
||||
## C3
|
||||
c3/build
|
||||
|
||||
## C++
|
||||
cpp/CMakeLists.txt.user
|
||||
cpp/CMakeCache.txt
|
||||
cpp/CMakeFiles
|
||||
cpp/CMakeScripts
|
||||
cpp/Testing
|
||||
cpp/Makefile
|
||||
cpp/cmake_install.cmake
|
||||
cpp/install_manifest.txt
|
||||
cpp/compile_commands.json
|
||||
cpp/CTestTestfile.cmake
|
||||
cpp/_deps
|
||||
cpp/CMakeUserPresets.json
|
||||
cpp/*.o
|
||||
cpp/ssg
|
||||
|
||||
## Go
|
||||
go/*.o
|
||||
go/ssg
|
||||
|
||||
## Hare
|
||||
hare/*.o
|
||||
hare/ssg
|
||||
|
||||
## Jai
|
||||
jai/*.o
|
||||
jai/ssg
|
||||
|
||||
## Nim
|
||||
nim/nimcache
|
||||
nim/nimblecache
|
||||
nim/htmldocs
|
||||
|
||||
## Odin
|
||||
odin/*.o
|
||||
odin/ssg
|
||||
odin/odin
|
||||
|
||||
## Rust
|
||||
rust/debug
|
||||
rust/target
|
||||
|
||||
## Swift
|
||||
swift/.DS_Store
|
||||
swift/.build
|
||||
swift/Packages
|
||||
swift/xcuserdata/
|
||||
swift/DerivedData/
|
||||
swift/.swiftpm/configuration/registries.json
|
||||
swift/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||
swift/.netrc
|
||||
|
||||
## Zig
|
||||
zig/.zig-cache
|
||||
zig/zig-out
|
||||
zig/*.o
|
||||
Reference in New Issue
Block a user