-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
58 lines (44 loc) · 840 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
syntax: glob
#---------------------------------------------------------
# Don't forget to set ignore properties for this to work:
# svn propset svn:ignore -F .svnignore .
#---------------------------------------------------------
# PDF files are not included into the Mercurial repos
*.pdf
# Git files
.git
.gitignore
# Version information, hg hook
# [hooks]
# commit = hg -q id > .hg.version
.hg.version
# AHA output
outputs_*
BUILD-ERR-GCC.txt
BUILD_*
errors.txt
# Swap files
*.swp
*~
# exe files
*.exe
# compiler and Fortran-specific temporary files
*.mod
*.o
*.obj
# automatically generated include files
*.inc
# codeblocks project files
*.bmarks
*.layout
*.cbp
bin/*
obj/*
# Geany project files
*_PRJ?
# syncthing conflicting files
*.sync-conflict-*
# Tests and experiments
ztests/*
# Various lock and tmp files
.~lock