From b1457b664b6e6d5933297c79a7d0497c5db311ac Mon Sep 17 00:00:00 2001 From: Shagun Agrawal Date: Tue, 30 Jul 2024 22:47:33 +0530 Subject: Fix linux specific compilation bug Add the line which specifies linux does not need executable stack at the end. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1548a67..e6d2d5b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ *.jar *.swp *~ +/test-programs /checkouts /classes /target -- cgit v1.2.3