You can have a .gitignore at user level too, mine, on windows contains :

# eclipse conf file
.settings
.classpath
.project
.manager
.scala_dependencies
.cache

# idea conf files
.idea
*.iml
*.ipr
*.iws

# building
target
build
null
tmp
temp
dist
test-output
build.log

#OS junk files
[Tt]humbs.db
*.DS_Store

#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad

#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*

#Project files
[Bb]uild/

#Subversion files
.svn

# Office Temp Files
~$*

#Binaries
*.dll
*.bin
*.com
*.exe
*.jar
*.swf
*.swc

#Compressed Files
*.zip
*.rar
*.tar



-----Message d'origine----- From: Erik de Bruin
Sent: Tuesday, March 12, 2013 12:13 PM
To: dev@flex.apache.org
Subject: Re: [Git] Ignore files?

Ok,

The git equivalent of 'svn:ignore' is apparently a file named
".gitignore" you create in the directory where you want to hide files
[1]. I have created one for FalconJx in my local repository/working
copy/? and added the same entries as were in 'svn:ignore'.

I guess this needs to be done for all (sub) projects that used 'svn:ignore'...

EdB

1: http://gitready.com/beginner/2009/01/19/ignoring-files.html



On Tue, Mar 12, 2013 at 11:20 AM, Erik de Bruin <e...@ixsoftware.nl> wrote:
Hi,

I'll keep asking 'noob' questions until I feel comfortable that I can
work with git in a manner that won't harm the project. This is only
the first one in what I'm sure will be a long series of questions. And
before you get tired and shout: "use the internet!", what I'm trying
to do is record these things in the mailing list in the hope someone
picks them up and puts them in the Wiki. That way the hordes of
contributors that this move is alleged to bring will have easy and
consistent access to what I'm sure will be an extensive FAQ...

Ok, rant over, this is my question:

When I build the SDK (even a partial build) or FalconJx, my 'stage'
(am I saying that correct?) ends up with a whole lot of files that I
never saw in SVN. Do I 'ignore' these files? If so, does that affect
the remote project/branch? Do I need to 'push' this local change, like
I need to commit when I add a "svn:Ignore" property?

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Reply via email to