File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # Created by https://www.gitignore.io/api/svn,macos,windows
3+
4+ # ## macOS ###
5+ * .DS_Store
6+ .AppleDouble
7+ .LSOverride
8+
9+ # Icon must end with two \r
10+ Icon
11+
12+ # Thumbnails
13+ ._ *
14+
15+ # Files that might appear in the root of a volume
16+ .DocumentRevisions-V100
17+ .fseventsd
18+ .Spotlight-V100
19+ .TemporaryItems
20+ .Trashes
21+ .VolumeIcon.icns
22+ .com.apple.timemachine.donotpresent
23+
24+ # Directories potentially created on remote AFP share
25+ .AppleDB
26+ .AppleDesktop
27+ Network Trash Folder
28+ Temporary Items
29+ .apdisk
30+
31+ # ## SVN ###
32+ .svn /
33+
34+ # ## Windows ###
35+ # Windows thumbnail cache files
36+ Thumbs.db
37+ ehthumbs.db
38+ ehthumbs_vista.db
39+
40+ # Folder config file
41+ Desktop.ini
42+
43+ # Recycle Bin used on file shares
44+ $RECYCLE.BIN /
45+
46+ # Windows Installer files
47+ * .cab
48+ * .msi
49+ * .msm
50+ * .msp
51+
52+ # Windows shortcuts
53+ * .lnk
54+
55+ # End of https://www.gitignore.io/api/svn,macos,windows
Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652 If the program does terminal interaction, make it output a short
653653notice like this when it starts in an interactive mode:
654654
655- <program> Copyright (C) <year> <name of author>
655+ saveMapPosition Copyright (C) Stefan Buchali, UDG United Digital Group, www.udg.de
656656 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657 This is free software, and you are welcome to redistribute it
658658 under certain conditions; type `show c' for details.
You can’t perform that action at this time.
0 commit comments