php - I commit a single file from git , but multiple files get commited onto the server? -
i using vcs software git. added file : "somefile" , committed onto server.
but following files gets commited : the file names gets added git
i checked files added , before committing , shows 1 file. have unticked checkbox other files.
still how these files gets added , how solve ? works fine when commit git terminal.
these files exist in : /php/htdocs/inc/js/tiny_mce/plugins/ibrowser/scripts/phpthumb/cache
make .gitignore file , add
*.jpe
this ignore file ending in .jpe
Comments
Post a Comment