1234567891011121314151617181920212223242526272829303132 |
- *
- !*.*
- !*/
- !Makefile
- .*
- .*/
- !.gitignore
- *.code-workspace
- # Compiled Object files, Static and Dynamic libs (Shared Objects)
- *.iml
- # Folders
- _obj
- _test
- _logs
- # Architecture specific extensions/prefixes
- bin/
- bak/
- *.log
- *.bak
- *.zip
- *.exe
- *.class
- *.tmp
- *.png
- *.a
- *.o
- omdb.pid
|