github-gitignore/Ada.gitignore
2024-06-04 00:06:58 +03:00

31 lines
254 B
Plaintext

# Object files and libraries
*.o
*.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