Browse Source

added a rule to ignore some useless files

master
Nathan R 4 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 *.dSYM
.DS_Store .DS_Store
tests-c/*.otags
tests-c/*.tags
tests-c/*.expected

Loading…
Cancel
Save