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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -