Skip to content

Commit

Permalink
properly ignore files ending in tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Apr 30, 2020
1 parent 9b5cdbf commit c69915d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Makefile
.vimrc
.dirstamp
.tm_properties
*~
*\~
*.o
*.orig
*.lo
Expand Down Expand Up @@ -41,6 +41,7 @@ benchmarks/operation/buffer/IteratedBufferStressTest
benchmarks/operation/predicate/RectangleIntersectsPerfTest
benchmarks/capi/memleak_mp_prep
benchmarks/ClassSizes
include/config.h.in~
include/geos/platform.h
include/geos/platform.h.disabled
include/geos/stamp-h2
Expand Down

0 comments on commit c69915d

Please sign in to comment.