File: .gitignore

package info (click to toggle)
openttd-openmsx 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,220 kB
  • sloc: sh: 166; python: 124; makefile: 56
file content (33 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
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
# The local makefile should be ignored:
Makefile.local

# And the description file and the grs which are generated automatically
openmsx.obm
openmsx-*
openmsx.tar

# Ignore intermediate files created by the Makefile:
docs/license.txt
docs/changelog.txt
docs/readme.txt

# Ignore directories from bundle creation / install:
openmsx-nightly*
openmsx

#The .renum dir
.renum

# Ignore frequent development left-overs like
# editor backups, patches, rejects etc. pp
*.orig
*.bak
*.log
*.rej
*.diff
*.patch
*.kate-swp

# Files created by Mac image preview and file browser:
.DS_Store
Thumbs.db