trynd / wren

Linux boot platform that provides a portable, multi-system, run-in-memory Linux environment.
GNU General Public License v3.0
0 stars 1 forks source link

.gitignore: Correct tilde backup (old: *.~ new: *~) #5

Closed codewithmichael closed 9 years ago

codewithmichael commented 9 years ago

Changed .gitignore. Common *nix backup files use a tilde (~) suffix — not a dot-tilde extension.

Change: *.~ --> *~