diff options
| author | Mohammad Sajid Anwar <Mohammad.Anwar@yahoo.com> | 2023-12-12 21:28:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 21:28:21 +0000 |
| commit | 28826c297a3b2e722f7466087416eafbd2262ef1 (patch) | |
| tree | 3e8d055a085921b758b527be57fc13e09f247192 | |
| parent | c5d362da9678bf0e410da99f957c6ad8e72e56bd (diff) | |
| parent | 896fbf48a1385f14000f58e0d3caed6f4dcfb212 (diff) | |
| download | perlweeklychallenge-club-28826c297a3b2e722f7466087416eafbd2262ef1.tar.gz perlweeklychallenge-club-28826c297a3b2e722f7466087416eafbd2262ef1.tar.bz2 perlweeklychallenge-club-28826c297a3b2e722f7466087416eafbd2262ef1.zip | |
Merge pull request #9234 from adamcrussell/master
.gitignore changes
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | challenge-243/adam-russell/.gitignore | 3 | ||||
| -rw-r--r-- | challenge-244/adam-russell/.gitignore | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 2225210db6..bca14ed970 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ _Inline # Rust languageoutput directory target/ + +# BBEdit project files +.bbprojectd diff --git a/challenge-243/adam-russell/.gitignore b/challenge-243/adam-russell/.gitignore deleted file mode 100644 index d4e9a94d5e..0000000000 --- a/challenge-243/adam-russell/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.bbprojectd -.RData -.Rhistory diff --git a/challenge-244/adam-russell/.gitignore b/challenge-244/adam-russell/.gitignore deleted file mode 100644 index d4e9a94d5e..0000000000 --- a/challenge-244/adam-russell/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.bbprojectd -.RData -.Rhistory |
