Skip to content

Commit 77c9c4e

Browse files
committed
Automatic update of .gitignore
1 parent de6c07a commit 77c9c4e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
*.txt
66
*.upload
77
*~
8+
.idea/
9+
.includes.mk
810
.tags
911
/*-[0-9][0-9].xml
12+
/.*.mk
1013
/.gems/
1114
/.refcache
1215
/.targets.mk
@@ -16,12 +19,10 @@
1619
/node_modules/
1720
/versioned/
1821
Gemfile.lock
22+
__pycache__
1923
archive.json
2024
draft-ietf-oauth-status-list.xml
25+
examples/
2126
package-lock.json
2227
report.xml
23-
__pycache__
24-
examples/
2528
!requirements.txt
26-
.idea/
27-
.includes.mk

0 commit comments

Comments
 (0)