aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorShagun Agrawal <agrawalshagun07@gmail.com>2024-07-30 22:47:33 +0530
committerShagun Agrawal <agrawalshagun07@gmail.com>2024-07-30 22:47:33 +0530
commitb1457b664b6e6d5933297c79a7d0497c5db311ac (patch)
tree6b7b7ca580b1824c4de8cb8e7454d9c74787ecb7 /.gitignore
parent30f2e3d8008d52cdccd6dcc5ba5c602079469f49 (diff)
Fix linux specific compilation bug
Add the line which specifies linux does not need executable stack at the end.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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