Skip to content

Commit 45c564b

Browse files
authored
Merge pull request #2741 from jayvdb/de-exact-dup
Remove exact duplicates in the same file
2 parents 253a9a1 + f1b9dc3 commit 45c564b

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

Eagle.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ eagle.epf
3535
*.gpi
3636
*.pls
3737
*.ger
38-
*.gpi
3938
*.xln
4039

4140
*.drd

GWT.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ war/WEB-INF/classes/
1818
#compilation logs
1919
.gwt/
2020

21-
#caching for already compiled files
22-
gwt-unitCache/
23-
2421
#gwt junit compilation files
2522
www-test/
2623

TeX.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,3 @@ TSWLatexianTemp*
241241

242242
# standalone packages
243243
*.sta
244-
245-
# generated if using elsarticle.cls
246-
*.spl

UnrealEngine.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Visual Studio 2015 user specific files
22
.vs/
33

4-
# Visual Studio 2015 database file
5-
*.VC.db
6-
74
# Compiled Object files
85
*.slo
96
*.lo

0 commit comments

Comments
 (0)