1

Possible Duplicate:
Prevent gedit from creating files with the '~' suffix

I dont know how to explain it very well so I took a picture of it.

It seems that every time I edit a Text file and save it, the sistem makes a file with the changes or whatever next to the other file. I am making a website and when I copy them through ftp it takes longer becaouse of those files, and i have to delete them one by one in the folder every time I edit them

enter image description here

  • 1
    Here you go: http://askubuntu.com/questions/83026/prevent-gedit-from-creating-files-with-the-suffix – Rinzwind Jan 27 '12 at 10:25

1 Answers1

3

Do you use gedit?

If so, uncheck the following settings in Edit | Preferences menu:

File Saving:

  • Create a backup copy of files before saving
  • Autosave files in every [ ] minutes

Doing so will disable these „safety features” of the editor. It might be better though to keep these enabled and run a pre-upload script to clean up the unwanted files (or filter them in your synchronization client).

lgarzo
  • 19,832