diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/ignore | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/git/ignore b/.config/git/ignore index 526f606d..9573c3fd 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -1,10 +1,3 @@ -# ignore all, then unignore all with extensions, then unignore all dirs -# below three lines will ignore all files without extension -# https://stackoverflow.com/questions/5711120/gitignore-binary-files-that-have-no-extension -* -!*.* -!*/ - *.exe *.log *.o |