1
0
mirror of https://github.com/github/gitignore synced 2024-11-23 04:04:21 +01:00

Merge pull request #2741 from jayvdb/de-exact-dup

Remove exact duplicates in the same file
This commit is contained in:
Brendan Forster 2018-06-18 08:14:16 -03:00 committed by GitHub
commit 45c564b420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 10 deletions

View File

@ -35,7 +35,6 @@ eagle.epf
*.gpi *.gpi
*.pls *.pls
*.ger *.ger
*.gpi
*.xln *.xln
*.drd *.drd

View File

@ -18,9 +18,6 @@ war/WEB-INF/classes/
#compilation logs #compilation logs
.gwt/ .gwt/
#caching for already compiled files
gwt-unitCache/
#gwt junit compilation files #gwt junit compilation files
www-test/ www-test/

View File

@ -241,6 +241,3 @@ TSWLatexianTemp*
# standalone packages # standalone packages
*.sta *.sta
# generated if using elsarticle.cls
*.spl

View File

@ -1,9 +1,6 @@
# Visual Studio 2015 user specific files # Visual Studio 2015 user specific files
.vs/ .vs/
# Visual Studio 2015 database file
*.VC.db
# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo