-
Notifications
You must be signed in to change notification settings - Fork 7
/
.hgignore
60 lines (48 loc) · 897 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
53
54
55
56
57
58
59
60
# 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
fish*.grf
fish*.tar
fish*.tar.zip
# Ignore files and dirs generated automatically:
fish.nml
*.nfo
*.cnfo
*.cpnfo
*.md5
docs/*
fish/*
custom_tags.txt
.version
chameleon_cache
generated/*
# Dependency files:
Makefile.dep
*.dep
*.REV
parsetab.py
fish.grf.cache
fish.grf.cacheindex
.nmlcache/*
# Ignore directories from bundle creation / install:
fish-*
#The .renum dir
.renum
# 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
# Things I am hacking with that are not of use to other people
misc/tasks
misc/pyramid_buildout