summaryrefslogtreecommitdiff
path: root/Git ignore.md
blob: d86cc0723eae34fb3099e3a2e75b72bace7e8b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
tags:
  - git
---
File statuses:
- tracked: previously staged or committed
- untracked: not staged or committed
- ignored: explicit ignore

Ignore files by adding them (or patterns) to `.gitignore` . Uses [[Globbing patterns]].

[[Ignoring a file that is already committed]]