Skip to content

Commit 070b8b3

Browse files
committed
gitignore binary files without extension
1 parent 8fd545b commit 070b8b3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Do not modify these first three ignore rules. Needed to ignore files with no extension ###
2+
# Ignore all files including binary files that have no extension
3+
*
4+
# Unignore all files with extensions
5+
!*.*
6+
# Unignore all directories
7+
!*/
8+
9+
110
*.rh*
211
*.rm*
312
dynhost

test-cmd-syntax

-8.86 MB
Binary file not shown.

0 commit comments

Comments
 (0)