mirror of
https://github.com/pantor/inja.git
synced 2026-05-24 04:55:23 +00:00
b4b9d8dc16
* remove unnecessary semicolons on function definitions * add virtual destructor to base class * fix possible loss of data warning for double to int conversion with explicit cast * ignore Visual Studio build folder Co-authored-by: Wim Leflere <wleflere@cochlear.com>
45 lines
350 B
Plaintext
45 lines
350 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Build Folders
|
|
build
|
|
buildc
|
|
dist
|
|
|
|
# Coveralls repo token
|
|
.coveralls.yml
|
|
|
|
.vscode
|
|
.vs
|
|
|
|
doc/html
|
|
doc/latex
|
|
|
|
examples
|