From fc41bb48ba595c068fcba91e2cccc46a994e6929 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 16 Dec 2014 10:02:12 +0000 Subject: [PATCH] Updated --- .gitignore | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 43edf63d..ec468627 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # git-ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. -# editor and misc backup files - anywhere +# Editor and misc backup files - anywhere *~ .*~ *.bak @@ -10,41 +10,38 @@ *.orig[0-9][0-9] \#*\# -# file-browser settings - anywhere +# File-browser settings - anywhere .directory # CVS recovered versions - anywhere .#* -# objects and archives - anywhere +# Objects and archives - anywhere *.[oa] *.la *.so -*.jar -# derived files +# Derived files lex.yy.c # Corefiles core -# dependency files - anywhere +# Dependency files - anywhere *.dep # lnInclude (symlink) directories - anywhere lnInclude -# build directories - anywhere +# Build directories - anywhere linux*Clang*/ linux*Gcc*/ linux*Icc*/ -linuxming*/ -SiCortex*Gcc*/ solaris*Gcc*/ SunOS*Gcc*/ platforms/ -# reinstate wmake/rules that might look like build directories +# Reinstate wmake/rules that might look like build directories !wmake/rules/*/ # doxygen generated documentation @@ -53,35 +50,38 @@ doc/Doxygen/latex doc/Doxygen/man doc/Doxygen/DTAGS -# generated files in the main directory (e.g. ReleaseNotes-?.?.html) +# Generated files in the main directory (e.g. ReleaseNotes-?.?.html) # and in the doc directory /*.html /doc/*.html -# untracked configuration files +# Untracked configuration files /etc/prefs.csh /etc/prefs.sh /etc/config/prefs.csh /etc/config/prefs.sh -# source packages - anywhere +# Source packages - anywhere *.tar.bz2 *.tar.gz *.tar *.tgz *.gtgz -# ignore the persistent .build tag in the main directory +# Ignore the persistent .build tag in the main directory /.build -# ignore .timeStamp in the main directory +# Ignore .timeStamp in the main directory /.timeStamp -# ignore .tags in the main directory +# Ignore .tags in the main directory /.tags -# ignore eclipse project files in the main directory +# Ignore eclipse project files in the main directory /.cproject /.project +# Ignore the test directory +/tutorialsTest + # end-of-file