summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 55c54562dd06eb837a6a1a75c7e750e52ab49858 (plain)
1
2
3
4
5
6
7
8
9
# Ignore all files without an extension
*

# Don't ignore files with extensions
!*.*
# Don't ignore directories
!*/

*.o