File: .gitignore

package info (click to toggle)
mqtt-client 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 556 kB
  • sloc: java: 3,632; xml: 766; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#java
*.class

#general
*~
*.lock
*.DS_Store
*.log

#idea
.idea
.idea/*
*.iml
*.ipr
*.iws
*.svn:

#Eclipse

*.classpath
*.settings
*.project

#maven
target

# OS Stuff
*.swp
.DS_Store

mqtt-client/dump.txt
mqtt-client/in/
mqtt-client/lib/
mqtt-client/usage.txt