... / ...
Commit | Line | Data |
| 1 | *.static |
| 2 | *.dynamic |
| 3 | # for cygwin |
| 4 | *.exe |
| 5 | |
| 6 | *.o |
| 7 | |
| 8 | *.so |
| 9 | *.dylib |
| 10 | *.a |
| 11 | # for cygwin |
| 12 | *.dll |
| 13 | *.dll.a |
| 14 | |
| 15 | # atom linter |
| 16 | *.gch |
| 17 | |
| 18 | # editor trash |
| 19 | *.swp |
| 20 | *~ |
| 21 | |
| 22 | .build |
| 23 | |
| 24 | thumbs.db |
| 25 | *.DS_Store |