FlyByWireCpp/.gitignore
Jérôme ee483226e6 Added default test using Catch2 in test/.
Added make doc in Makefile.
2019-04-01 12:51:56 +02:00

46 lines
384 B
Text

# executable
run
# gcov files
*.gcov
*.gcda
*.gcno
# python cache
__pycache__
# generated documentation
html/
# 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