mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
50 lines
564 B
Text
50 lines
564 B
Text
# 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
|
|
|
|
# Make output
|
|
/benchmark
|
|
/unit
|
|
/build
|
|
|
|
# QtCreator generic project
|
|
/fast_double_parser.cflags
|
|
/fast_double_parser.config
|
|
/fast_double_parser.creator
|
|
/fast_double_parser.creator.user
|
|
/fast_double_parser.cxxflags
|
|
/fast_double_parser.files
|
|
/fast_double_parser.includes
|
|
|
|
# Visual Studio
|
|
/.vs
|
|
/out
|