Re: [git-users] .gitignore ignored?

2015-10-02 Thread Sascha Manns
Hello Rusi, thank you very much for your help. You was right, the issue is now solved. Greetings Sascha Am Freitag, 2. Oktober 2015 06:11:26 UTC+2 schrieb rusi: > > On Fri, Oct 2, 2015 at 5:30 AM, Sascha Manns > wrote: > > Hello list, > > > > actually i'm having

[git-users] .gitignore ignored?

2015-10-01 Thread Sascha Manns
Hello list, actually i'm having some trouble by using git. My .gitignore shows: sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ cat .gitignore Index.yml hoe-manns.gemspec .yardoc SetupConfig SetupReceipt README.txt doc ChangeLog pkg .teamcity .idea Changelog But a git status says me:

Re: [git-users] .gitignore ignored?

2015-10-01 Thread Rustom Mody
On Fri, Oct 2, 2015 at 5:30 AM, Sascha Manns wrote: > Hello list, > > actually i'm having some trouble by using git. My .gitignore shows: > > sascha@sascha-desktop:~/RubymineProjects/hoe-manns$ cat .gitignore > Index.yml > hoe-manns.gemspec > .yardoc > SetupConfig >

[git-users] gitignore ignored?

2013-09-27 Thread Mauro Sanna
Hello. My .gitignore is: *.iws *Db.properties *Db.script .settings stacktrace.log /*.zip /plugin.xml /*.log /*DB.* /cobertura.ser .DS_Store /target/ /out/ /web-app/plugins /web-app/WEB-INF/classes /.link_to_grails_plugins/ /target-eclipse/ When I push my commits I see target and its subdirs in

Re: [git-users] gitignore ignored?

2013-09-27 Thread Konstantin Khomoutov
On Fri, 27 Sep 2013 00:53:21 -0700 (PDT) Mauro Sanna mrsan...@gmail.com wrote: [...] When I push my commits I see target and its subdirs in the repository. But target is gitignored, why is it pushed? There are several misunderstandings here: 1) Mechanisms for ignoring files in Git have