diff options
author | Jack Lloyd <[email protected]> | 2016-01-17 09:56:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-01-17 09:56:51 -0500 |
commit | a146ea9fc82e918a2c4cafbe0fc08f90bfbc0b2b (patch) | |
tree | 0265b1a81da4f8930fff3639e557c36f1d7497cf /.gitignore | |
parent | 35dbbb7f2f83cc56368e6cee9023287d3d827218 (diff) |
Ignore ctags files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c52bc9553..2c4639d6c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,10 @@ botan-test .DS_Store *.swp +# ctags/etags files +/TAGS +/tags + # Amalgamation code botan_all.h botan_all_internal.h |