AST/.gitignore
JackCarterSmith 65d8d93ce4
General upgrade to modern toolchain
> Conan v2 support ready
> SDL2 lib fix
> Both linux and windows patch
2024-03-16 12:43:12 +01:00

81 lines
823 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
src/config.h
# 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
docs\
latex\
html\
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# CMake files
build/
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
CMakeUserPresets.json
Testing
Makefile
*.cmake
install_manifest.txt
compile_commands.json
_deps
.project
.vscode/
# Conan files
.vsconan/
conan.lock
conanbuildinfo.txt
conaninfo.txt
graph_info.json