Skip to content

Commit

Permalink
add .gitignore (ignore files without extensions, e.g. test binaries)
Browse files Browse the repository at this point in the history
  • Loading branch information
Risca committed Jun 23, 2021
1 parent b7b4871 commit 0604ce0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Ignore all
*

# Unignore all with extensions
!*.*

# Unignore all dirs
!*/

0 comments on commit 0604ce0

Please sign in to comment.