mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
47 lines
363 B
Plaintext
47 lines
363 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
|
|
|
|
__pycache__
|
|
|
|
examples
|