QtBigInt/.gitignore
2021-01-24 14:07:20 +03:00

76 lines
733 B
Plaintext

# Created by https://www.gitignore.io/api/c
### C ###
# Prerequisites
*.d
*Testing/*
# Object files
*.o
*.ko
*.obj
*.elf
*.user
# 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
# Kernel
Module.symvers
modules.order
*.mod.c
*.o.cmd
*.ko.cmd
.tmp_versions/
*pro.user*
*Makefile*
tests/deployTests/
tests/QtBigIntTests
*.swp
#Qt
*.stash
*/build
*moc_*
*.moc
tests/target_wrapper.sh
#cmake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
*_autogen