Commit fc6b1d4d by tqchen Committed by Tianqi Chen

Update gitignore

parent 5195679c
......@@ -132,6 +132,32 @@ xcuserdata/
.emscripten*
.m2
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
## Other
*.moved-aside
*.xccheckout
......@@ -144,3 +170,19 @@ cscope*
# vim temporary files
*.swp
*.swo
# TVM generated code
perf
*.json
*.params
*.onnx
*.h5
synset.txt
cat.jpg
# Mac OS X
.DS_Store
# Jetbrain
.idea
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment