Skip to content
Snippets Groups Projects
.gitignore 1.39 KiB
Newer Older
Henry's avatar
Henry committed
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.

# Editor and misc backup files - anywhere
*~
.*~
*.bak
*.bak[0-9][0-9]
\#*\#

# File-browser settings - anywhere
.directory

# CVS recovered versions - anywhere
.#*

# Objects and archives - anywhere
*.[oa]
*.la
*.so

# Derived files
lex.yy.c

# Corefiles
core

# Dependency files - anywhere
*.dep

# lnInclude (symlink) directories - anywhere
lnInclude

# Build directories - anywhere
linux*Clang*/
linux*Gcc*/
linux*Icc*/
solaris*Gcc*/
SunOS*Gcc*/
platforms/

mark's avatar
mark committed
# Top-level build directories
/build/
/platforms/

# Reinstate wmake rules that might look like build directories
!/wmake/rules/*/
Henry's avatar
Henry committed

# doxygen generated documentation
doc/Doxygen/html
doc/Doxygen/latex
doc/Doxygen/man
doc/Doxygen/DTAGS

# Generated files in the main directory (e.g. ReleaseNotes-?.?.html)
# and in the doc directory
/*.html
/doc/*.html

# Untracked configuration files
/etc/prefs.csh
/etc/prefs.sh
/etc/config.csh/prefs.csh
/etc/config.sh/prefs.sh
/wmake/rules/General/mplibUSER*
Henry's avatar
Henry committed

# Source packages - anywhere
*.tar.bz2
*.tar.gz
mark's avatar
mark committed
*.tar.xz
Henry's avatar
Henry committed
*.tar
*.tgz
*.gtgz

# Ignore the persistent .build tag in the main directory
/.build

# Ignore .timeStamp in the main directory
/.timeStamp

# Ignore .tags in the main directory
/.tags

# Ignore project files in the main directory
Henry's avatar
Henry committed
/.cproject
/.project
Henry's avatar
Henry committed

Henry's avatar
Henry committed
# Ignore the test directory
/tutorialsTest