diff options
-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.* |