From 4de068fc6e6f9ca68f89faf14392126652f30000 Mon Sep 17 00:00:00 2001 From: diffstorm Date: Tue, 4 Jun 2024 00:06:58 +0300 Subject: [PATCH] Update Ada.gitignore --- Ada.gitignore | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/Ada.gitignore b/Ada.gitignore index b4d70396..88a76299 100644 --- a/Ada.gitignore +++ b/Ada.gitignore @@ -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