# Version control files and dirs. \bRCS\b \bCVS\b ,v$ \B\.svn\b \B\.git\b .gitignore # Makemaker generated files and dirs. ^MANIFEST\. ^Makefile$ ^blib/ ^MakeMaker-\d pm_to_blib MYMETA.* # Temp, old and emacs backup files. ~$ \.old$ ^#.*#$ ^\.# # Private Regression Tests \d+_local_ \.?perl\w+\.?rc$ # Komodo project file \.kpf$