diff options
author | xyz <gky44px1999@gmail.com> | 2021-04-30 00:28:14 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-04-30 00:28:14 -0700 |
commit | 37d246fb5137f51f8e0a716e4203f7d3e85e83e9 (patch) | |
tree | e6601a9289315b5a433c5a4077a84e1f913f428f /.config/git | |
parent | 266d541d0e37b99c4c7c4aca32a99c49a46fac3a (diff) |
revert git ignore global
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 |