diff options
author | Jani Välimaa <wally@mageia.org> | 2020-01-18 11:04:54 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-01-18 11:08:27 +0200 |
commit | 3f57b57a1e5c6fe4a73e28392c7d483a9d635a0b (patch) | |
tree | c2362b481230605192b743ed640c619a548badc3 | |
parent | 8f34567bdefbf9445062b77d8fb623cef91f718e (diff) | |
download | config-3f57b57a1e5c6fe4a73e28392c7d483a9d635a0b.tar config-3f57b57a1e5c6fe4a73e28392c7d483a9d635a0b.tar.gz config-3f57b57a1e5c6fe4a73e28392c7d483a9d635a0b.tar.bz2 config-3f57b57a1e5c6fe4a73e28392c7d483a9d635a0b.tar.xz config-3f57b57a1e5c6fe4a73e28392c7d483a9d635a0b.zip |
Add .gitignore
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ae7e508..382215b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ .git export-ignore .gitattributes export-ignore +.gitignore export-ignore OLD/ export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd208f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +mageia-xfce-config-*.tar.* |