diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-09 19:48:31 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-09 19:48:31 +0200 |
commit | 19c9f07691aeb84c43491f32b62aed844e629410 (patch) | |
tree | 909afd6a23aab86e2aa99c60761dea074e5413cc | |
parent | Merge branch 'stable/3.0' (diff) | |
download | frr-19c9f07691aeb84c43491f32b62aed844e629410.tar.xz frr-19c9f07691aeb84c43491f32b62aed844e629410.zip |
*: ignore .dirstamp
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | bgpd/rfapi/.gitignore | 1 | ||||
-rw-r--r-- | tests/.gitignore | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3ad6b1de1..7ed1255d9 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ GPATH *.la *.lo compile_commands.json +.dirstamp diff --git a/bgpd/rfapi/.gitignore b/bgpd/rfapi/.gitignore deleted file mode 100644 index 0638d7514..000000000 --- a/bgpd/rfapi/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.dirstamp diff --git a/tests/.gitignore b/tests/.gitignore index 113bdea09..604ffaa8b 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -19,7 +19,6 @@ TAGS .arch-inventory .arch-ids __pycache__ -.dirstamp /bgpd/test_aspath /bgpd/test_capability /bgpd/test_ecommunity |