Add custom fseek and fread Add test framework gtest and added my custom fread and fseek tests + functions
48 lines
420 B
Plaintext
48 lines
420 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
project/Debug/
|
|
|
|
project/.idea/
|
|
|
|
project/cmake-build-debug/
|
|
|
|
project/.settings/
|
|
|
|
project/.mxproject
|
|
|
|
project/project.launch
|
|
|
|
project/.cproject
|
|
build/
|