playergame/.gitignore
zombie 52c55c07f0
switched to meson bc @quantum likes it more
i myself find it better and less gay than cmake
like cmake seems more for cpp (it still works with both)
meanwhile meson *feels* like it supports both equally
2022-03-03 01:18:26 -05:00

58 lines
477 B
Text

# ---> C
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# build folder
build/**
builddir/**