mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
7 Commits
ef3cfd0885
...
1c48101b25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c48101b25 | ||
|
|
1046d8fba6 | ||
|
|
b632b12ac9 | ||
|
|
47eaa84be9 | ||
|
|
4a96a23dfd | ||
|
|
071d8034a4 | ||
|
|
660bd643e1 |
@ -28,15 +28,16 @@
|
||||
|
||||
# Default Delphi compiler directories
|
||||
# Content of this directories are generated with each Compile/Construct of a project.
|
||||
# Most of the time, files here have not there place in a code repository.
|
||||
#Win32/
|
||||
#Win64/
|
||||
#OSX64/
|
||||
#OSXARM64/
|
||||
#Android/
|
||||
#Android64/
|
||||
#iOSDevice64/
|
||||
#Linux64/
|
||||
# Most of the time, files here do not have a place in a code repository.
|
||||
Win32/
|
||||
Win64/
|
||||
OSX64/
|
||||
OSXARM64/
|
||||
Android/
|
||||
Android64/
|
||||
iOSDevice64/
|
||||
Linux64/
|
||||
WinARM64EC/
|
||||
|
||||
# Delphi compiler-generated binaries (safe to delete)
|
||||
*.exe
|
||||
@ -80,3 +81,6 @@ __recovery/
|
||||
|
||||
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
|
||||
modules/
|
||||
|
||||
# DUnitX test result
|
||||
dunitx-results.xml
|
||||
|
||||
53
MoonBit.gitignore
Normal file
53
MoonBit.gitignore
Normal file
@ -0,0 +1,53 @@
|
||||
# Build System Artifacts
|
||||
|
||||
# MoonBit default build output directory.
|
||||
_build/
|
||||
# Local MoonBit package cache directory.
|
||||
.mooncakes/
|
||||
|
||||
# Coverage and Test Artifacts
|
||||
|
||||
# Coverage reports generated by MoonBit tooling.
|
||||
moonbit-coverage-*.txt
|
||||
# Coverage output directory used by coverage commands.
|
||||
_coverage/
|
||||
# Bisect runtime coverage data file.
|
||||
bisect.coverage
|
||||
|
||||
# JavaScript Target Artifacts
|
||||
|
||||
# Uncomment if generated JavaScript should be ignored.
|
||||
# *.js
|
||||
# Source map files generated for JavaScript output.
|
||||
*.js.map
|
||||
# Node.js dependencies used in JS target workflows.
|
||||
node_modules/
|
||||
|
||||
# WebAssembly Target Artifacts
|
||||
|
||||
# Compiled WebAssembly binaries.
|
||||
*.wasm
|
||||
# WebAssembly text format output.
|
||||
*.wat
|
||||
|
||||
# MoonBit Pilot / Agent Artifacts
|
||||
|
||||
# MoonBit agent runtime state and temporary files.
|
||||
.moonagent/
|
||||
|
||||
# LLVM Backend Artifacts
|
||||
|
||||
# LLVM textual intermediate representation (IR) files.
|
||||
*.ll
|
||||
# LLVM bitcode files.
|
||||
*.bc
|
||||
# Native object files from LLVM/native compilation.
|
||||
*.o
|
||||
# Generated assembly source files.
|
||||
*.s
|
||||
# Default executable output name on Unix-like systems.
|
||||
*.out
|
||||
# Native executable output on Windows.
|
||||
*.exe
|
||||
# macOS debug symbol bundles.
|
||||
*.dSYM/
|
||||
Loading…
Reference in New Issue
Block a user