forked from DomotiGa/DomotiGa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (39 loc) · 912 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
43
44
45
46
47
*.DS_Store
*.swp
*~
*.bak
*.back
# ignore Gambas IDE files
# note, DomotiGa3 has also a gitignore
DomotiGa3/.action
DomotiGa3/.public
DomotiGa3/.settings
DomotiGa3/.list
DomotiGa3/.info
DomotiGa3/.startup
# ignore Gambas IDE files
# note, DomotiGaServer3 has also a gitignore
DomotiGaServer3/.action
DomotiGaServer3/.public
DomotiGaServer3/.settings
DomotiGaServer3/.list
DomotiGaServer3/.info
DomotiGaServer3/.startup
# ignore DomotiGa conf files
domotiga.conf
server-domotiga.conf
# ignore domozwave wrapper build files
wrappers/domozwave/DomoZWave.o
wrappers/domozwave/OZW_Log.txt
wrappers/domozwave/libdomozwave.so
wrappers/domozwave/open-zwave
wrappers/domozwave/zwcfg_*.xml
wrappers/domozwave/zwscene.xml
# ignore log files, but keep directory
logs/*
!logs/.gitkeep
# ignore rrd database and png files
rrd/*.rrd
rrd/graphs/*.png
# ignore development json-rpc files
development/json-rpc/*.json.txt