summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-01-12 23:08:11 +1100
committerGitHub <noreply@github.com>2024-01-12 12:08:11 +0000
commitc6ed3cdf1013f3bcea149e860499187b19c49940 (patch)
tree704460e50623eddfbf3a5337a776952fd1dd1cb9
parent6cc56f3f8cdde03ee76ed51942de5ffe8d59150c (diff)
Add more unwanted compilation output files to `.gitignore`. (#22894)
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f6401d9f83..ca9f00a733 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,11 @@
18*.lst 18*.lst
19*.map 19*.map
20*.o 20*.o
21*.a
22*.so
23*.dylib
24*.dll
25*.la
21*.stackdump 26*.stackdump
22*.sym 27*.sym
23 28