toml/.gitignore

39 lines
286 B
Plaintext
Raw Normal View History

2019-10-08 23:58:18 +00:00
*~
2017-03-18 21:15:49 +00:00
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2019-08-16 07:07:48 +00:00
toml_cat
toml_json
2020-11-02 02:31:50 +00:00
toml_sample
2017-03-18 21:15:49 +00:00
# Debug files
*.dSYM/
*.su