remove merge resolution output from .gitignore
parent
cdc4efde80
commit
56f9a8db32
|
@ -2,10 +2,7 @@
|
||||||
build*/*
|
build*/*
|
||||||
*.so
|
*.so
|
||||||
public/
|
public/
|
||||||
<<<<<<< HEAD
|
|
||||||
*.exe
|
*.exe
|
||||||
=======
|
|
||||||
>>>>>>> master
|
|
||||||
|
|
||||||
# Eclispe setting --- do not ignore *.cproject and *.project
|
# Eclispe setting --- do not ignore *.cproject and *.project
|
||||||
*/**/.settings
|
*/**/.settings
|
||||||
|
@ -237,8 +234,4 @@ callgrind.out.*
|
||||||
.cache
|
.cache
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
=======
|
|
||||||
>>>>>>> master
|
|
||||||
>>>>>>> cmakeWin
|
|
||||||
|
|
Loading…
Reference in New Issue