Skip to content

Commit

Permalink
Add all compiler targets to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Dec 2, 2024
1 parent 36e139f commit babff97
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ GCCX86
CLANG
ICC
MIC
GCCARM*
ARMCLANG
FCC
GCCPOWER
XLC
PGI

# libraries
*.so*
Expand Down Expand Up @@ -35,6 +41,3 @@ doc/html

# core dumps
/core

# generated packages
/*.deb

0 comments on commit babff97

Please sign in to comment.