diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ca5ea47b..0df0dabdd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ pkg-libre/ *.tar* *.tgz *.zip +*.xz *.orig @@ -11,7 +11,8 @@ pkg/* *.log *.gz *.tar.* +*.xz */src-libre/* */pkg-libre/* *.orig -*.bck
\ No newline at end of file +*.bck |