git: Ignore compiled output
This commit is contained in:
parent
21d0d418e3
commit
ca23080bcb
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -14,6 +14,26 @@ config.h.in
|
|||
config.h
|
||||
config.status
|
||||
|
||||
# Compiled output
|
||||
*.o
|
||||
*.a
|
||||
libhfs/os.c
|
||||
hattrib
|
||||
hcd
|
||||
hcopy
|
||||
hdel
|
||||
hdir
|
||||
hformat
|
||||
hfsutil
|
||||
hls
|
||||
hmkdir
|
||||
hmount
|
||||
hpwd
|
||||
hrename
|
||||
hrmdir
|
||||
humount
|
||||
hvol
|
||||
|
||||
# Vim
|
||||
*.swp
|
||||
*.swo
|
||||
|
|
|
|||
Loading…
Reference in a new issue