-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.hgignore
51 lines (43 loc) · 969 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
# see: http://linux.die.net/man/5/hgignore
# for details on the syntax command
syntax: regexp
# Extensions to ignore
\.o$
\.pyc$
\.a$
\.so$
\.bak$
# ignore the emacs backup files
.~$
# ignore the emacs temporary files
\#.*\#$
\#.*$
# ignore the generated stderr/stdout actual files
test/actual_test_outputs/.*.actual_stdout$
test/actual_test_outputs/.*.actual_stderr$
# Ignore these generated files and symlinks:
Testfile3Msgs.BUFR
.*/Testfile3Msgs.BUFR
.*/.*/Testfile3Msgs.BUFR
pybufr_ecmwf/ecmwfbufr_parameters.py
pybufr_ecmwf/version.py
pybufr_ecmwf/GetByteSizeDefaultInteger
pybufr_ecmwf/GetByteSizeInt
pybufr_ecmwf/GetByteSizeLong
MANIFEST
test/testdata/Testoutputfile.*.BUFR
# ignore the pylint output text files
pylint_.*.txt$
# generated and build directories to ignore:
dist/
build/
ecmwf_bufr_lib/
f2py_build/
tmp_BUFR_TABLES/
ecmwf_bufrtables/
old_bufr_libs/
sample_bufr_files/
tmp_2to3_converted_sources/
temp_test/
# ignore this dir for now
tools/