Ignoring Things
How to Ignore Things
How to ignore things
mkdir results
touch a.dat b.dat c.dat results/a.out results/b.outgit status# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# a.dat
# b.dat
# c.dat
# results/
nothing added to commit but untracked files present (use "git add" to track)Last updated
Was this helpful?
