45 lines
363 B
Plaintext
45 lines
363 B
Plaintext
build/
|
|
utils/
|
|
bin/
|
|
lib-test/
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# CMAKE
|
|
cmake-build-debug/
|
|
|
|
*.cpp.orig
|
|
*.h.orig
|
|
|
|
benchmark/parser_benchmark
|