.gitignore: sort ignores
parent
ab53893cfe
commit
679ada55a9
|
@ -1,33 +1,33 @@
|
||||||
*~
|
|
||||||
*.gch*
|
|
||||||
*.obj
|
|
||||||
*.o
|
|
||||||
*.s
|
|
||||||
*.exe
|
|
||||||
Factor/factor
|
|
||||||
*.a
|
|
||||||
*.dll
|
|
||||||
*.lib
|
|
||||||
*.exp
|
|
||||||
*.res
|
|
||||||
*.RES
|
|
||||||
*.image
|
|
||||||
factor.image.fresh
|
|
||||||
*.dylib
|
|
||||||
factor.com
|
|
||||||
*#*#
|
*#*#
|
||||||
.DS_Store
|
|
||||||
.gdb_history
|
|
||||||
*.*.marks
|
*.*.marks
|
||||||
|
*.RES
|
||||||
|
*.a
|
||||||
|
*.bak
|
||||||
|
*.dll
|
||||||
|
*.dylib
|
||||||
|
*.exe
|
||||||
|
*.exp
|
||||||
|
*.gch*
|
||||||
|
*.image
|
||||||
|
*.lib
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.res
|
||||||
|
*.s
|
||||||
|
*.so
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
.*.swm
|
.*.swm
|
||||||
.*.swn
|
.*.swn
|
||||||
.*.swo
|
.*.swo
|
||||||
.*.swp
|
.*.swp
|
||||||
|
.DS_Store
|
||||||
|
.gdb_history
|
||||||
|
Factor.app/Contents/_CodeSignature
|
||||||
|
Factor/factor
|
||||||
|
a.out
|
||||||
|
checksums.txt
|
||||||
|
factor.com
|
||||||
|
factor.image.fresh
|
||||||
logs
|
logs
|
||||||
work
|
work
|
||||||
*.bak
|
|
||||||
.#*
|
|
||||||
checksums.txt
|
|
||||||
*.so
|
|
||||||
a.out
|
|
||||||
Factor.app/Contents/_CodeSignature
|
|
||||||
|
|
Loading…
Reference in New Issue