File: .gitignore

package info (click to toggle)
zsh-antigen 2.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 608 kB
  • sloc: sh: 310; makefile: 129
file content (36 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Running tests creates this completion dump file.
.zcompdump*

# Test failure reports
tests/*.t.err

# If the $ADOTDIR is the same as the antigen's clone directory itself, the
# following would be shown as untracked.
repos/
bundles/
revert-info

# Cache directory for ext/zcache
.cache/

# Default antigen.log location
*.log

# Release archives and signatures
*.tar.gz
*.tar.gz.sign

# Ignore compiled zsh files
*.zwc

# Ignore timestamp file for zcache auto-reset config
*.timestamp

# Cache init
/init.zsh
.antigenrc
.zshrc
.zcomp*

# Config files
.resources