Skip to content

Commit c7f2e14

Browse files
paultcochraneoalders
authored andcommitted
Ignore automatically generated directories
When installing the dependencies with `cpm` I noticed that the `local/` directory is created automatically and doesn't need to be checked in to the repository, hence it can be ignored so that the working directory remains clean. The same is for the `cover_db/` directory which is created when generating coverage information.
1 parent bde0560 commit c7f2e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ xx*
1515
/Net-HTTP-*.tar.gz
1616
t/LIVE_TESTS
1717
.tidyall.d
18+
/local/
19+
/cover_db/

0 commit comments

Comments
 (0)