File: .gitignore

package info (click to toggle)
libirclib-java 2.0.0~alpha3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: java: 1,838; xml: 295; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
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
# maven
target/
release.properties
*.versionsBackup
*.releaseBackup

# Eclipse
bin/
/.settings/
/.project
.classpath
.project

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# IntellJ Idea
.idea
*.iml
*.ipr
*.iws

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*