Browse Source

Merge pull request #131 from 0xbaadf00d/feature/gitignore

Add IDEA IntelliJ to .gitignore
tags/v1.2.0-rc1
Matthias Loibl GitHub 8 years ago
parent
commit
ea34bb2d01
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitignore

+ 3
- 0
.gitignore View File

@@ -7,6 +7,9 @@
_obj _obj
_test _test


# IntelliJ
.idea

# Architecture specific extensions/prefixes # Architecture specific extensions/prefixes
*.[568vq] *.[568vq]
[568vq].out [568vq].out


Loading…
Cancel
Save