Skip to content
Snippets Groups Projects
.gitignore 690 B
Newer Older
# Prerequisites
build/*
Dmitriy A. Gerasimov's avatar
..  
Dmitriy A. Gerasimov committed
build-*/*
test/build
*.d
*.txt.user
*.txt.user.*
*.autosave
# 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*
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
/.project
/.cproject
/kelvin-node_logs.txt
/build/

# Autogenerated CMake files
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
cmake_install.cmake

# Editor's temp files
*~