Update .gitignore

pull/1/head
A. R. Shajii 2021-10-03 11:15:12 -04:00
parent bf57a4bd48
commit 65d5a9895b
1 changed files with 2 additions and 21 deletions

23
.gitignore vendored
View File

@ -9,12 +9,13 @@
*.dll
*.exe
*.o
*.a
*.obj
*.so
*.dylib
*.pyc
build/
build_*/
deps/
# Packages #
############
@ -49,23 +50,3 @@ Thumbs.db
.idea
.mypy_cache
.vscode
# Doxygen #
###########
dox
# Ocaml #
#########
*.cm[iot]
*.byte
*.native
*.dSYM
*.conflicts
.merlin
# Testing playground #
######################
scratch.seq
tmp
_*
gtest_parallel.py