Browse Source

added a rule to ignore some useless files

master
Nathan R 3 years ago
parent
commit
e0d4219441
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitignore

+ 3
- 0
.gitignore View File

@ -1,3 +1,6 @@
*~
*.dSYM
.DS_Store
tests-c/*.otags
tests-c/*.tags
tests-c/*.expected

Loading…
Cancel
Save