cmark/.gitignore
Ciro Santilli 868d3a1096 Ignore pyc files
They may be generated when you run the tests.
2014-12-17 14:17:43 +01:00

35 lines
247 B
Plaintext

# Object files
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.pyc
*~
*.bak
*.diff
*#
*.zip
bstrlib.txt
build
cmark.dSYM/*
cmark