-
Notifications
You must be signed in to change notification settings - Fork 2
/
.hgignore
52 lines (44 loc) · 826 Bytes
/
.hgignore
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
48
49
50
51
52
# Use glob syntax:
syntax: glob
# The local makefile should be ignored:
Makefile.local
# And the description file and the grfs and tars which are generated automatically
road-hog*.grf
road-hog*.tar
road-hog*.tar.zip
# Ignore files and dirs generated automatically:
road-hog.nml
*.nfo
*.cnfo
*.cpnfo
*.md5
docs/*
road-hog/*
custom_tags.txt
.version
generated/*
chameleon_cache
.chameleon_cache/*
.nmlcache/*
road-hog.grf.cache
road-hog.grf.cacheindex
# Dependency files:
Makefile.dep
*.dep
*.REV
parsetab.py
# Ignore directories from bundle creation / install:
road-hog-*
# Ignore frequent development left-overs like
# editor backups, patches, rejects etc. pp
*.orig
*.bak
*.log
*.rej
*.diff
# Files created by Mac image preview and file browser:
.DS_Store
Thumbs.db
# Don't add python .pyc and .pyo files
*.pyc
*.pyo