diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-01-06 21:11:51 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-01-06 21:11:51 -0300 |
commit | 5244d952da00984d226c334b4c1a7d5090b7cda5 (patch) | |
tree | ab532148b719dee5350fa136e633c757b85496f0 /.gitignore | |
download | perl6-pygments-5244d952da00984d226c334b4c1a7d5090b7cda5.tar.gz |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7431818 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +/blib/ +/src/*.o +/src/Makefile +/.panda-work +/resources/*.so +/resources/*.dylib +/resources/*.pyc +/resources/__pyc__/ +.precomp/ +/Pygments-* |