Skip to content

Commit

Permalink
Enhance .gitignore (#15469)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Feb 21, 2025
1 parent 3af8697 commit c29083a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# Environment configuration
/Makefile.local
/Makefile.win.local

# Build artifacts
*.o
*.ll
*.s
*.obj
*.dwo
*.dwarf
*.pdb
*.exe
/.build/
/samples/.build/
/docs/
/src/llvm/ext/llvm_ext.o
/src/llvm/ext/llvm_ext.obj
/src/llvm/ext/llvm_ext.dwo
/man/*.gz

# CI
Expand Down

0 comments on commit c29083a

Please sign in to comment.