Update Ada.gitignore

This commit is contained in:
diffstorm 2024-06-04 00:06:58 +03:00 committed by GitHub
parent 3674ae092f
commit 4de068fc6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,30 @@
# Object file
# Object files and libraries
*.o
# Ada Library Information
*.ali
# Executable files
*.exe
*.out
*.a
*.so
*.dll
# Backup files
*~
*.bak
*.swp
# Directories created by IDEs or build tools
obj/
bin/
build/
dist/
# Log files
*.log
# Temporary files
*.tmp
# Dependency files
*.d