diff options
author | Matias Linares <matiaslina@gmail.com> | 2018-12-17 07:30:05 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2018-12-17 07:30:05 -0300 |
commit | d0f75b9b35806b64e42158708c58808a7a42928b (patch) | |
tree | 23e87238e8d10208fe9d4d8e46afe9b75aec5338 /.gitignore | |
download | perl6-gettext-master.tar.gz |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..506b1c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/blib/ +/src/*.o +/src/Makefile +/.panda-work +/resources/*.so +/resources/*.dylib +.precomp/ +/Gettext-* |