diff options
author | David Young <dyoung@hdfgroup.org> | 2019-09-12 18:48:52 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-09-12 18:48:52 (GMT) |
commit | 93352e65eae47a876297c87a943a97cc5c2dd1c8 (patch) | |
tree | bcf3ebc1bcd3e5f951c17b2284694de4ec2eff9c /.gitignore | |
parent | 70152bbd6ced53bb1491a4f50c887130e4fbad25 (diff) | |
download | hdf5-93352e65eae47a876297c87a943a97cc5c2dd1c8.zip hdf5-93352e65eae47a876297c87a943a97cc5c2dd1c8.tar.gz hdf5-93352e65eae47a876297c87a943a97cc5c2dd1c8.tar.bz2 |
Ignore vim swap files and ctags files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ # .gitignore file for HDF5 +# ctags +**/tags + +# vim swap files +**/.*.swp + # Makefile.in files **/Makefile.in |