39 lines
323 B
Plaintext
39 lines
323 B
Plaintext
# Build output
|
|
build
|
|
build_debug
|
|
build_release
|
|
|
|
# debugger files
|
|
*.raddbg
|
|
*.rdi
|
|
|
|
# bullshit files
|
|
nul
|
|
.DS_Store
|
|
|
|
# editor files
|
|
*.sublime-workspace
|
|
|
|
# nob build system
|
|
nob.exe
|
|
nob.obj
|
|
nob.pdb
|
|
nob.ilk
|
|
*.old
|
|
|
|
# MSVC intermediates
|
|
*.obj
|
|
*.pdb
|
|
*.ilk
|
|
*.idb
|
|
|
|
# Compiled libraries
|
|
*.lib
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
|
|
# Misc
|
|
*.exe
|
|
!nob.c |