forked from dCache/dcache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
42 lines (36 loc) · 982 Bytes
/
.gitignore
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
36
37
38
39
40
41
42
## Ignore maven-generated directories and their contents.
/modules/*/target/
/packages/*/target/
/plugins/*/target/
/docs/*/target/
## Ignore Eclipse-generated files and directories
## The globbed version does not work on Mac OS X.9.
## The expression of the file or directory name
## should be sufficient to indicate it should be
## ignored whatever its parent path.
.project
.classpath
.settings/
## Ignore IntelliJ-generated files and directories
##
## There is a *.iml file wherever there is a pom.xml file. The .idea
## directory is in the root of the aggregating project.
##
## See also:
##
## http://devnet.jetbrains.com/docs/DOC-1186
##
/*.iml
/modules/**/*.iml
/packages/**/*.iml
/plugins/**/*.iml
/.idea/
## Once again, the above expressions are not working (SL 6).
## the following are sufficient, as with the Eclipse
## exclusions.
.idea/
*.iml
## Ignore Mac generated files, wherever they are
.DS_Store
# Ignoring .reviewboardrc file
.reviewboardrc