diff options
author | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2017-04-23 14:20:56 +0200 |
---|---|---|
committer | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2017-04-23 14:20:56 +0200 |
commit | 3c771e39aaf7b2c4b954d8eb5db1c56bfaa99950 (patch) | |
tree | d6bfa08047889e76525b8b6ea845896343248e18 | |
parent | b740e98e534f917b53764057df4a50962d4022f1 (diff) | |
download | vdr-plugin-menuorg-3c771e39aaf7b2c4b954d8eb5db1c56bfaa99950.tar.gz vdr-plugin-menuorg-3c771e39aaf7b2c4b954d8eb5db1c56bfaa99950.tar.bz2 |
Add gitignore
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2fce5ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +syntax: glob +*~ +*.orig +*.o +*.so +.dependencies +po/*.mo +po/*.pot + |