diff options
author | Karel Kočí <cynerd@email.cz> | 2022-10-24 13:04:53 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-10-24 13:04:53 +0200 |
commit | 7d51487584ca3fa98d40fdb37ef143fe87ec9eca (patch) | |
tree | e1c68aedd679b2f94eafdb9e030794bbd19e89f9 /gitignore | |
parent | 0bdfd502a4404da0e95f7a42283011b0608580b6 (diff) | |
download | myconfigs-7d51487584ca3fa98d40fdb37ef143fe87ec9eca.tar.gz myconfigs-7d51487584ca3fa98d40fdb37ef143fe87ec9eca.tar.bz2 myconfigs-7d51487584ca3fa98d40fdb37ef143fe87ec9eca.zip |
Add result to gitignore and read all profiles
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ # Ignore backup files in general *~ +# Ignore default meson output in general +result + # C development .gdbinit .cache/ |