diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..9cae9ff14 --- /dev/null +++ b/.hgignore @@ -0,0 +1,17 @@ +# Shackra is using hg-git because mercurial is cool and Git sucks, so, DO NOT REMOVE THIS FILE PLEASE! +# God bless you ;) +syntax: glob +*.log +*~ +\#*\# +src/* +pkg/* +*.pkg.tar.* +*.src.tar.* +*.log +*.gz +*.tar.* +*/src-libre/* +*/pkg-libre/* +*.orig +*.bck
\ No newline at end of file |