Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-o committed Nov 12, 2021
1 parent 60d14a7 commit 650e376
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions lib/Zsh.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
._zinit
.zinit_lastupd

# A popular older versions plugin manager's files
._zplugin
.zplugin_lstupd

# z-shell/zshelldoc tool's files
zsdoc/data
docs/zsdoc/data
Expand All @@ -27,3 +31,57 @@ docs/zsdoc/data
# Zunit tests' output
/tests/_output/*
!/tests/_output/.gitkeep

### C
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

0 comments on commit 650e376

Please sign in to comment.