Skip to content

Commit 307e778

Browse files
committed
gitignore improved
1 parent 0587329 commit 307e778

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
# Vim tmp files
3131
*.swp
3232

33-
# Test build artefacts
34-
test/test_xtensor
35-
test/CMakeCache.txt
36-
test/Makefile
37-
test/CMakeFiles/
38-
test/cmake_install.cmake
39-
4033
# Documentation build artefacts
4134
docs/CMakeCache.txt
4235
docs/xml/
@@ -48,3 +41,5 @@ docs/build/
4841
# Python
4942
*.py[cod]
5043
__pycache__
44+
build
45+
*.egg-info

0 commit comments

Comments
 (0)