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 /.gitignore | |
parent | Updated /feeds page. (diff) | |
download | newspipe-a3efa446b018dcbd6c84f6ed3f327b873eb57189.tar.gz newspipe-a3efa446b018dcbd6c84f6ed3f327b873eb57189.tar.bz2 newspipe-a3efa446b018dcbd6c84f6ed3f327b873eb57189.zip |
Renamed .hgignore to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2a628d09 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# use glob syntax +syntax: glob + +*.elc +*.pyc +*~ +*.png +*.db + +# Temporary files (vim backups) +*.swp + + +# Log files: +*.log + + +*.cfg |