Debuginfo

思考とアウトプット

Perl用の.gitignoreを置く

cpanモジュールを作っているわけですが,githubに置く時に色々Build中のファイルがアップロードされると嫌なのでPerl用のgitignoreを探してました。作っている人いるんですね。

https://github.com/github/gitignore

$ git clone https://github.com/github/gitignore.git
$ cp gitignore/Perl.gitignore $DESTINATION/.gitignore