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
|
# Expected differences between git repository and tardists
#
# lines beginning with '#', and empty lines are ignored
# lines beginning with '- ' are expected in archive only
# lines beginning with '+ ' are expected in git only
# each line is an extended regexp that should match full file names
- \.gitversion
- Makefile
- doc/html/.*
+ BuildSimGrid\.sh
+ COPYRIGHT\.template
+ \.circleci/.*
+ \.clang-format
+ \.editorconfig
+ \.gitlab-ci-framasoft\.yml
+ \.gitlab-ci-inria\.yml
+ \.readthedocs.yml
+ sonar-project\.properties
+ contrib/.*
+ \.github/.*
+ docs/default.nix
+ docs/source/tuto_network_calibration/network_calibration_tutorial.ipynb
+ docs/source/tuto_network_calibration/clustering_ckmeans.ipynb
+ docs/source/tuto_network_calibration/clustering_dhist.ipynb
+ tools/docker/.*
+ tools/git-hooks/.*
+ tools/internal/.*
+ tools/jenkins/.*
+ doc/simix_network\.tla
|