Skip to content

Commit 4a8d6b0

Browse files
committed
Automatic update of .gitignore
1 parent 4ac0b37 commit 4a8d6b0

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

.gitignore

+11-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
2+
# Exceptions
3+
# Ignore backup and temporary files
14
# Ignore common temporary files and directories
5+
# Ignore reference files
6+
# Ignore specific files
7+
# Ignore specific patterns and directories
8+
# Ignore versioned files
29
*.html
310
*.pdf
411
*.redxml
@@ -7,8 +14,6 @@
714
*.upload
815
*~
916
.tags
10-
11-
# Ignore specific patterns and directories
1217
/*-[0-9][0-9].xml
1318
/.*.mk
1419
/.gems/
@@ -18,28 +23,18 @@
1823
/lib
1924
/node_modules/
2025
/versioned/
21-
22-
# Ignore specific files
2326
Gemfile.lock
27+
Makefile~
2428
archive.json
29+
draft-ietf-core-coap-pubsub.md~
2530
draft-ietf-core-coap-pubsub.v2v3.xml
2631
draft-ietf-core-coap-pubsub.xml
2732
package-lock.json
28-
report.xml
29-
30-
# Exceptions
31-
!requirements.txt
32-
33-
# Ignore backup and temporary files
34-
Makefile~
35-
draft-ietf-core-coap-pubsub.md~
36-
37-
# Ignore reference files
3833
reference/draft-ietf-core-coap-pubsub-13-marco-review-1.txt
3934
reference/external-data-host.txt
4035
reference/external-topic-data.txt
4136
reference/slides-116-core-a-publish-subscribe-architecture-for-the-constrained-application-protocol-coap-01.pdf
4237
reference/topics.txt
43-
44-
# Ignore versioned files
38+
report.xml
4539
versioned/draft-ietf-core-coap-pubsub-07.txt
40+
!requirements.txt

0 commit comments

Comments
 (0)