You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/05/01 06:30:31 UTC

[2/4] git commit: add .gitignore file

add .gitignore file


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/0a07c363
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/0a07c363
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/0a07c363

Branch: refs/heads/master
Commit: 0a07c363f1488cb97084c937e532b3fc18c831ec
Parents: 089523d
Author: Alex Harui <ah...@apache.org>
Authored: Wed Apr 30 21:16:59 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Apr 30 21:30:23 2014 -0700

----------------------------------------------------------------------
 .gitignore | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 174 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/0a07c363/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..517f035
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,174 @@
+# 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
+local.properties
+
+#Apache Flex Projects
+lib/
+libs/
+in/
+swfobject/
+flex2/
+thirdparty/
+META-INF/
+tempDoc/
+air/
+
+*.pbj
+*.vms
+*.ser
+*.mxp
+bundles.properties
+css_*.properties
+FXGException_*.properties
+FXGLog_*.properties
+FABridge.js
+frameworks/projects/spark/manifest.xml
+env.properties
+local.properties
+packages.dita
+rat.report
+airsdk.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
+
+/asdoc-output/
+
+#mustellarunner
+*.patch
+*.reply
+mailbody.txt
+gitstatus.txt
+
+#AIR SDK
+frameworks/projects/air/
+runtimes/
+templates/air/
+samples/badge/
+samples/icons/
+templates/air/
+templates/extensions/
+templates/sdk/
+install/android
+AIR SDK Readme.txt
+AIR SDK license.pdf
+air-sdk-description.xml
+samples/descriptor-sample.xml
+include/FlashRuntimeExtensions.h
+
+#BlazeDS generated/copied
+apps/blazeds/WEB-INF/flex/version.properties
+apps/ds-console/history/
+apps/ds-console/index.html
+apps/ds-console/swfobject.js
+apps/samples/WEB-INF/classes/
+apps/samples/WEB-INF/flex/version.properties
+asdoc/
+frameworks/air-config-template.xml
+frameworks/air-config.xml
+frameworks/airmobile-config-template.xml
+frameworks/airmobile-config.xml
+frameworks/apache-manifest.xml
+frameworks/build_framework.xml
+frameworks/downloads.xml
+frameworks/experimental-manifest.xml
+frameworks/experimental-mobile-manifest.xml
+frameworks/flash-unicode-table.xml
+frameworks/flex-config-template.xml
+frameworks/flex-config.xml
+frameworks/flex-sdk-description.xml
+frameworks/locale/
+frameworks/metadata.xml
+frameworks/mx-manifest.xml
+frameworks/mxml-2009-manifest.xml
+frameworks/mxml-manifest.xml
+frameworks/spark-manifest.xml
+frameworks/tests/
+frameworks/themes/
+modules/core/classes/
+modules/core/src/ExcludeDoclet.java
+qa/resources/config/air-config.xml
+qa/resources/config/flex-config.xml
+resources/security/tomcat/TomcatValve.java
+servers/apache-tomcat-6.0.29/
+templates/
+