diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2013-12-03 21:53:28 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2013-12-03 21:53:28 +0100 |
commit | a3efa446b018dcbd6c84f6ed3f327b873eb57189 (patch) | |
tree | 30c30b1801881ee400fe8992b33fa14d4bc3d62b /.hgignore | |
parent | Updated /feeds page. (diff) | |
download | newspipe-a3efa446b018dcbd6c84f6ed3f327b873eb57189.tar.gz newspipe-a3efa446b018dcbd6c84f6ed3f327b873eb57189.tar.bz2 newspipe-a3efa446b018dcbd6c84f6ed3f327b873eb57189.zip |
Renamed .hgignore to .gitignore.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 2a628d09..00000000 --- a/.hgignore +++ /dev/null @@ -1,18 +0,0 @@ -# use glob syntax -syntax: glob - -*.elc -*.pyc -*~ -*.png -*.db - -# Temporary files (vim backups) -*.swp - - -# Log files: -*.log - - -*.cfg |