Skip to content

Commit 95a6357

Browse files
committed
Convert hgignore to gitignore.
1 parent c156a4c commit 95a6357

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

csharp-xunit/.hgignore csharp-xunit/.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
syntax: glob
2-
31
## Ignore Visual Studio temporary files, build results, and
42
## files generated by popular Visual Studio add-ons.
53
##
@@ -106,5 +104,3 @@ paket-files/
106104
# JetBrains Rider
107105
.idea/
108106
*.sln.iml
109-
110-
clean.bat

java-junit/.hgignore java-junit/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
syntax: glob
21
.project
32
.settings
43
.classpath

java-junit5/.hgignore java-junit5/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
syntax: glob
21
.project
32
.settings
43
.classpath

php-phpunit/.hgignore php-phpunit/.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
syntax: glob
2-
31
composer.phar
42
vendor/
53

python-unittest/.hgignore python-unittest/.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
syntax: glob
2-
31
# compiled python modules
42
*.pyc
53

0 commit comments

Comments
 (0)