Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar improvements
[simgrid.git] / tools / internal / check_dist_archive.exclude
1 # Expected differences between git repository and tardists
2 #
3 # lines beginning with '#', and empty lines are ignored
4 # lines beginning with '- ' are expected in archive only
5 # lines beginning with '+ ' are expected in git only
6 # each line is an extended regexp that should match full file names
7
8 - \.gitversion
9 - Makefile
10 - doc/html/.*
11
12 + \.classpath
13 + \.cproject
14 + \.project
15 + \.travis.yml
16 + sonar-project.properties
17 + \.editorconfig
18 + \.appveyor.yml
19 + COPYRIGHT.template
20 + README\.(coding|git)
21 + mk_win-dist.sh
22
23 + tools/jenkins/.*
24
25 + contrib/.*
26
27 + src/simix/README_attempt_without_stack
28 + src/simix/simix_network\.tla
29
30 + src/smpi/BUGS
31 + src/smpi/colls/alltoall-bruck\.c
32
33 + .clang-format
34 + tools/git-hooks/clang-format.pre-commit
35
36 + teshsuite/smpi/mpich3-test/f77/attr/.*
37
38 + tools/internal/.*