mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Have git ignore more build directories with less specific patterns
modified: .gitignore
This commit is contained in:
parent
d07540cbb1
commit
418e1b1232
20
.gitignore
vendored
20
.gitignore
vendored
@ -4,18 +4,14 @@
|
||||
*~
|
||||
\#*#
|
||||
# build directories
|
||||
darwin.386-x/**
|
||||
darwin.386/**
|
||||
freebsd.386-x/**
|
||||
freebsd.386/**
|
||||
sunos5.386-x/**
|
||||
sunos5.386/**
|
||||
sunos5.sparc-x/**
|
||||
sunos5.sparc/**
|
||||
linux.x86_64-x/**
|
||||
linux.x86_64/**
|
||||
linux.armv7l-x/**
|
||||
linux.armv7l/**
|
||||
*.386-x/**
|
||||
*.386/**
|
||||
*.sparc-x/**
|
||||
*.sparc/**
|
||||
*.x86_64-x/**
|
||||
*.x86_64/**
|
||||
*.armv7l-x/**
|
||||
*.armv7l/**
|
||||
init.386/**
|
||||
# core files
|
||||
core
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user