summaryrefslogtreecommitdiffstats
path: root/.hgignore
blob: 86af86b94576226da5862366a8bef549ea08aed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

syntax: regexp
^\.project$
syntax: regexp
^\.cproject$
^.settings/

syntax: regexp
^src/mad-server\.log$
^CMakeFiles/
/CMakeFiles/
^Makefile$
/Makefile$
^cmake_install.cmake$
/cmake_install.cmake$
^CMakeCache.txt$
^config.h$
^src/mad-server$
^src/mad$
^src/madc$
\.a$
\.so$