git: Ignore compiled output

This commit is contained in:
Andrea Rogers 2024-06-28 20:54:40 -05:00
parent 21d0d418e3
commit ca23080bcb

20
.gitignore vendored
View file

@ -14,6 +14,26 @@ config.h.in
config.h config.h
config.status 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 # Vim
*.swp *.swp
*.swo *.swo