Version v0.3.23 - Reorganized project structure - all sources in src/, builds in build/
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,9 +1,26 @@
|
||||
otp
|
||||
# Build artifacts
|
||||
build/
|
||||
*.o
|
||||
src/*.o
|
||||
|
||||
# Runtime directories
|
||||
pads/
|
||||
files/
|
||||
|
||||
# Personal files
|
||||
Gemini.md
|
||||
TropicOfCancer-HenryMiller.txt
|
||||
.gitea_token
|
||||
true_rng/
|
||||
Trash/
|
||||
# Auto-generated files (none currently)
|
||||
|
||||
# Test binaries
|
||||
debug
|
||||
test_swiftrng
|
||||
test_swiftrng_debug
|
||||
test_swiftrng_detailed
|
||||
test_truerng
|
||||
|
||||
# Temporary files
|
||||
*.pad
|
||||
*.state
|
||||
|
||||
Reference in New Issue
Block a user