netex/.gitignore

84 lines
687 B
Plaintext
Raw Normal View History

2022-12-05 20:26:39 +01:00
# 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
2022-12-05 20:27:38 +01:00
# CMAKE
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
cmake_install.cmake
CTestTestfile.cmake
# Make
Makefile
# Build
Build/
build/
BUILD/
bin/
BIN/
lib/
LIB/
out/
2023-12-24 23:18:26 +01:00
cmake-build-debug/
2022-12-05 20:27:38 +01:00
# IDE
.vs/
.vscode/
.idea/
.kdev/
.kdev4/
*.kdev
*.kdev4