gedit storing old versions as "xyz"."extention"~

Status
Not open for further replies.

shaunak

Tux Fan
Imm on fedora 7.
I am using gedit to do some basic javascript practice.
Gedit automatically stores the older versions of the file with a "tidle" after the extention eg: "file.js~"
These dont show up in nautilus but get uploaded via ftp, which is very irritating. How do i get rid of them?

imm currently using the command:
Code:
rm -i *.js~
to get rid of them.

Screenshot:
*img294.imageshack.us/img294/4647/screenshotrw5.th.png
 
Last edited:

kalpik

In Pursuit of "Happyness"
This is the default behavior of gedit. I suggest you keep it like that. Anyway, if you want to disable it, Edit->Preferences->Editor->Create a backup copy (untick).
 
Status
Not open for further replies.
Top Bottom