diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-09 13:48:31 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-08-09 13:48:31 -0400 | 
| commit | 19c9f07691aeb84c43491f32b62aed844e629410 (patch) | |
| tree | 909afd6a23aab86e2aa99c60761dea074e5413cc | |
| parent | 9cdce038c51d259e4416c3e2f15d70e76c5e176f (diff) | |
*: 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 3ad6b1de1c..7ed1255d9e 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 0638d7514b..0000000000 --- a/bgpd/rfapi/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.dirstamp diff --git a/tests/.gitignore b/tests/.gitignore index 113bdea098..604ffaa8b6 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  | 
