QtBigInt/.gitignore

61 lines
538 B
Plaintext

# Created by https://www.gitignore.io/api/c
### C ###
# Prerequisites
*.d
# 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