forked from gongzhang/procbridge
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (24 loc) · 693 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (24 loc) · 693 Bytes
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
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Python #
__pycache__
# IDEA #
Python/ProcBridge/.idea/workspace.xml
Python/ProcBridge/.idea/misc.xml
Python/ProcBridge/.idea/vcs.xml
Python/ProcBridge/.idea/dictionaries
Python/ProcBridge/dist/
Java/ProcBridge/.idea/workspace.xml
Java/ProcBridge/.idea/vcs.xml
Java/ProcBridge/.idea/uiDesigner.xml
Java/ProcBridge/.idea/dictionaries
Java/ProcBridge/.idea/misc.xml
Java/ProcBridge/.idea/libraries
Java/ProcBridge/target/
Java/ProcBridge/out/
Java/Example/.idea/workspace.xml
Java/Example/.idea/vcs.xml
Java/Example/.idea/uiDesigner.xml