commit | 8e891e30a46e4a46be93da8a39023d298322ce40 | [log] [tgz] |
---|---|---|
author | Patrizio <patrizio.gelosi@amarulasolutions.com> | Mon Jun 17 09:45:18 2024 +0200 |
committer | Patrizio <patrizio.gelosi@amarulasolutions.com> | Thu Jun 27 15:58:15 2024 +0200 |
tree | 23af4351060dcfe8bd6ee114b30bac00084617e0 | |
parent | c69b7918bb797a98357e355db9e53703069a6720 [diff] |
Ignore shell script files at root in .gitignore Updated .gitignore to specifically exclude shell script files located in the root directory. Change-Id: I0dc7873a5901815480a39b73728057da5f41af92 Signed-off-by: Patrizio <patrizio.gelosi@amarulasolutions.com>
diff --git a/.gitignore b/.gitignore index c81f16a..0683fbb 100644 --- a/.gitignore +++ b/.gitignore
@@ -5,3 +5,4 @@ /.settings /.project *.iml +*.sh