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:
commit
45c564b420
@ -35,7 +35,6 @@ eagle.epf
|
|||||||
*.gpi
|
*.gpi
|
||||||
*.pls
|
*.pls
|
||||||
*.ger
|
*.ger
|
||||||
*.gpi
|
|
||||||
*.xln
|
*.xln
|
||||||
|
|
||||||
*.drd
|
*.drd
|
||||||
|
@ -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/
|
||||||
|
|
||||||
|
@ -241,6 +241,3 @@ TSWLatexianTemp*
|
|||||||
|
|
||||||
# standalone packages
|
# standalone packages
|
||||||
*.sta
|
*.sta
|
||||||
|
|
||||||
# generated if using elsarticle.cls
|
|
||||||
*.spl
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user