From f051cb2a8e3f2f4ff8838c52c81caf8c8ce800db Mon Sep 17 00:00:00 2001 From: Mick Jordan <mick.jordan@oracle.com> Date: Sun, 26 Jan 2014 14:35:44 -0800 Subject: [PATCH] add missing hidden files --- .hgignore | 83 +++++++++++++++++++++++++++++++++++++++++++++++ mx.fastr/.project | 18 ++++++++++ 2 files changed, 101 insertions(+) create mode 100644 .hgignore create mode 100644 mx.fastr/.project diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..75c31aa77e --- /dev/null +++ b/.hgignore @@ -0,0 +1,83 @@ +^mx.fastr/env +^mx.fastr/checkstyle-timestamps +^mx.fastr/eclipseinit.timestamp +^mx.fastr/netbeansinit.timestamp +^mx.fastr/eclipse-launches +^mx.fastr/currentAnnotationProcessors +^mx.fastr/ecj.jar +^mx.fastr/eclipse-config-libs.zip +^mx.fastr/eclipse-config.zip +^mx.fastr/netbeans-config.zip +^build/ +^build-nograal/ +^dist/ +^java/ +^lib/ +^jdk1.(7|8).0 +^java64/ +^work/ +\.checkstyle$ +\.classpath +\.factorypath +\.externalToolBuilders +\.project +\.settings/ +\.metadata/ +~$ +.gdb_history +\.swo$ +\.csv$ +\.iml$ +\.swp$ +\.class$ +\.log$ +\.bak$ +\.aux$ +\.pdf$ +\.dot$ +\.pyc$ +\.hprof$ +\javafilelist.txt$ +\.hprof\.txt$ +^graal/.*/build.xml +^.*/build.xml +^.*/nbproject/ +dist +^doc/.*/dot_temp_ +^doc/doxygen/.*$ +\.orig$ +output\.txt$ +output\.cfg$ +\.cfg +/nbproject/private/ +^scratch/ +^test-output/ +scratch/ +bin/ +src_gen/ +^local/ +^.hgtip +.DS_Store +javadoc/ +.idea/ +^cscope.out +^tags +syntax: glob +*.bgv +core.* +*.jar +*.jar.* +eclipse-build.xml +rebuild-launch.out +coverage +jacoco.exec +workingsets.xml +.buildbot/ +graal.options +agent/build/* +agent/make/filelist +agent/make/sa17.tar.gz +.RData +.Rhistory +R.tokens +.tmp.unit.knucleotide.input diff --git a/mx.fastr/.project b/mx.fastr/.project new file mode 100644 index 0000000000..c55ff0b029 --- /dev/null +++ b/mx.fastr/.project @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>mx.fastr</name> + <comment></comment> + <projects> + <project>mxtool</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.python.pydev.PyDevBuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.python.pydev.pythonNature</nature> + </natures> +</projectDescription> -- GitLab