.gitignore: ignore Unix and macOS binaries
parent
679ada55a9
commit
1ae6aab5bf
|
@ -23,8 +23,9 @@
|
||||||
.*.swp
|
.*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
/factor
|
||||||
|
Factor.app/Contents/MacOS/factor
|
||||||
Factor.app/Contents/_CodeSignature
|
Factor.app/Contents/_CodeSignature
|
||||||
Factor/factor
|
|
||||||
a.out
|
a.out
|
||||||
checksums.txt
|
checksums.txt
|
||||||
factor.com
|
factor.com
|
||||||
|
|
Loading…
Reference in New Issue