git agrega solo cambios modificados e ignora archivos sin seguimiento
Corrí "git status" y a continuación se enumeran algunos archivos que fueron modificados/o bajo el título "cambios no preparados para la confirmación". También se enumeran algunos archivos no rastreados que quiero ignorar (tengo un ".gitignore " en estos directorios).
Quiero poner los archivos modificados en staging para poder confirmarlos. Cuando corrí " git add .", agregó los archivos modificados Y los archivos que quiero ignorar a staging.
¿Cómo agrego solo los archivos modificados e ignoro los archivos no rastreados si presentado con el estado de git a continuación.
También, son mi ".gitignore " ¿los archivos funcionan correctamente?
$ git status
# On branch addLocation
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: someProject/path/domain/viewer/LocationDO.java
# modified: someProject/path/service/ld/LdService.java
# modified: someProject/path/service/ld/LdServiceImpl.java
# modified: someProject/path/web/jsf/viewer/LocationFormAction.java
# modified: someProject/war/WEB-INF/classes/message/viewer/viewer.properties
# modified: someProject/war/page/viewer/searchForm.xhtml
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# .metadata/
# someProject/build/
no changes added to commit (use "git add" and/or "git commit -a")
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52