Updated Branches: refs/heads/develop a099d6af8 -> 077c87ea9
The files/directories to exclude while checkin Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/077c87ea Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/077c87ea Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/077c87ea Branch: refs/heads/develop Commit: 077c87ea997067ef9d2d1db44137a1303ec5bf8b Parents: a099d6a Author: Frédéric THOMAS <[email protected]> Authored: Sun Mar 17 12:28:31 2013 +0100 Committer: Frédéric THOMAS <[email protected]> Committed: Sun Mar 17 12:28:31 2013 +0100 ---------------------------------------------------------------------- .gitignore | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 110 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/077c87ea/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c032201 --- /dev/null +++ b/.gitignore @@ -0,0 +1,110 @@ +# eclipse conf file +.settings +.classpath +.project +.manager +.scala_dependencies +.cache + +# idea conf files +.idea +*.iml +*.ipr +*.iws + +# building +target +[Bb]uild/ +null +tmp +temp +dist +test-output +build.log +release +out +gen + +#Apache Flex Projects +lib/ +libs/ +in/ +swfobject/ +ide/ +flex2/ +thirdparty/ +META-INF/ +3.0.33/ + +*.pbj +*.vms +*.ser +*.mxp +bundles.properties +empty.properties +css_*.properties +FXGException_*.properties +FXGLog_*.properties +FABridge.js +frameworks/projects/spark/manifest.xml +env.properties +local.properties +flex-sdk-description.xml + +#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* + +#CVS files +.svn +.git + +# Office Temp Files +~$* + +#Binaries +*.dll +*.bin +*.com +*.exe +*.class +*.jar +*.swf +*.swc + +#Compressed Files +*.zip +*.rar +*.tar \ No newline at end of file
