Skip to content

Commit 4ac0b37

Browse files
committed
.gitignore
1 parent 6c93b55 commit 4ac0b37

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.gitignore

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# Ignore common temporary files and directories
12
*.html
23
*.pdf
34
*.redxml
45
*.swp
56
*.txt
67
*.upload
78
*~
8-
.DS_Store/lib
99
.tags
10+
11+
# Ignore specific patterns and directories
1012
/*-[0-9][0-9].xml
1113
/.*.mk
1214
/.gems/
@@ -16,10 +18,28 @@
1618
/lib
1719
/node_modules/
1820
/versioned/
21+
22+
# Ignore specific files
1923
Gemfile.lock
2024
archive.json
2125
draft-ietf-core-coap-pubsub.v2v3.xml
2226
draft-ietf-core-coap-pubsub.xml
2327
package-lock.json
2428
report.xml
29+
30+
# Exceptions
2531
!requirements.txt
32+
33+
# Ignore backup and temporary files
34+
Makefile~
35+
draft-ietf-core-coap-pubsub.md~
36+
37+
# Ignore reference files
38+
reference/draft-ietf-core-coap-pubsub-13-marco-review-1.txt
39+
reference/external-data-host.txt
40+
reference/external-topic-data.txt
41+
reference/slides-116-core-a-publish-subscribe-architecture-for-the-constrained-application-protocol-coap-01.pdf
42+
reference/topics.txt
43+
44+
# Ignore versioned files
45+
versioned/draft-ietf-core-coap-pubsub-07.txt

0 commit comments

Comments
 (0)