diff options
author | Karel Kočí <cynerd@email.cz> | 2023-08-03 08:43:23 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-08-03 08:43:23 +0200 |
commit | db5909a9d5408126a6b37022d1ea82f23f842b4b (patch) | |
tree | 3b67e2c6fb56812f305f2318dd8169ee9744201d | |
parent | 4fa48e05437d6539d2e08c6496697f46dec58782 (diff) | |
download | myconfigs-db5909a9d5408126a6b37022d1ea82f23f842b4b.tar.gz myconfigs-db5909a9d5408126a6b37022d1ea82f23f842b4b.tar.bz2 myconfigs-db5909a9d5408126a6b37022d1ea82f23f842b4b.zip |
git: supdate to update submodules and ignore vgcore files
-rw-r--r-- | gitconfig | 1 | ||||
-rw-r--r-- | gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,7 @@ type = cat-file -t dump = cat-file -p please = push --force-with-lease + supdate = submodule update --init --recursive fclean = "!git clean -xdff && git submodule foreach git clean -xdff && :" cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d" [sendemail] @@ -15,6 +15,7 @@ result* build .gdbinit .cache/ +vgcore.* # Python development __pycache__/ |