Skip to content

Commit 8ffc196

Browse files
AngelEzquerraVindaar
authored andcommitted
Add a few additional .gitignore patterns
Ignore among other things PyCharm's .idea folder as well as executables, dlls, .bak and Windows "copy" files and several sorts of image files.
1 parent f7418dd commit 8ffc196

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
build/*
1+
build/**
2+
.idea/**
3+
*.bak
4+
*.orig
5+
* - Copy.*
6+
* - Copy ([0-9]).*
7+
*.png
8+
*.jpg
9+
*.svg
10+
*.mat
11+
*.exe
12+
*.dll

0 commit comments

Comments
 (0)