diff options
author | Reuben Thomas <rrt@sc3d.org> | 2013-12-16 01:02:35 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2013-12-16 01:02:35 +0000 |
commit | e9e517ecf4b370cd279dbdd64a20daf85884d166 (patch) | |
tree | b5a019fdad10e8a7bc0c9cad9771e9216254a3fb /po | |
parent | 0d34a0fbc004dcf4021102f2e26a150ed3651d38 (diff) | |
download | plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.tar.gz plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.tar.bz2 plptools-e9e517ecf4b370cd279dbdd64a20daf85884d166.zip |
Convert .cvsignore files to .gitignore files
Diffstat (limited to 'po')
-rw-r--r-- | po/.cvsignore | 7 | ||||
-rw-r--r-- | po/.gitignore | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/po/.cvsignore b/po/.cvsignore deleted file mode 100644 index e6d4387..0000000 --- a/po/.cvsignore +++ /dev/null @@ -1,7 +0,0 @@ -Makefile -Makefile.in -POTFILES -*.gmo -*.pot -stamp-po -remove-potcdate.sed diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..0e76726 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,5 @@ +/POTFILES +/*.gmo +/*.pot +/stamp-po +/remove-potcdate.sed |