forked from sw360/sw360vagrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (33 loc) · 770 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
# -----------------------------------------------------------------------------
# Copyright Siemens AG, 2013-2015. Part of the SW360 Portal Project.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
# -----------------------------------------------------------------------------
# Ignore private and public keys
*id_rsa*
*key_vagrant*
#Ignore downloads
*.box
*.zip
*.war
*.jar
*.tar.gz
.vagrant
*.deb
*.crt
siemagrant_key_for*
*.backup
*.log
*.couch
.bundle
.idea
*.iml
/generate-box/*.box_old
/shared/.sw360db_design/
/shared/m2repo/
# irnore macosx file system files
.DS_Store