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

OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Editor and misc backup files - anywhere
Mark Olesen's avatar
Mark Olesen committed
*.bak[0-9][0-9]
Mark Olesen's avatar
Mark Olesen committed

OpenFOAM-admin's avatar
OpenFOAM-admin committed
# File-browser settings - anywhere
Andrew Heather's avatar
Andrew Heather committed
.directory

# CVS recovered versions - anywhere
.#*

OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Objects and archives - anywhere
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Derived files
mattijs's avatar
mattijs committed
# Corefiles
core

OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Dependency files - anywhere
# lnInclude (symlink) directories - anywhere
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Build directories - anywhere
linux*Clang*/
linux*Gcc*/
linux*Icc*/
solaris*Gcc*/
SunOS*Gcc*/
platforms/
Mark Olesen's avatar
Mark Olesen committed
# Top-level build directories
/build/
/platforms/

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

# doxygen generated documentation
Henry's avatar
Henry committed
doc/Doxygen/html
doc/Doxygen/latex
doc/Doxygen/man
doc/Doxygen/DTAGS
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Generated files in the main directory (e.g. ReleaseNotes-?.?.html)
# and in the doc directory
Mark Olesen's avatar
Mark Olesen committed
/*.html
/doc/*.html
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Untracked configuration files
/etc/config.csh/prefs.csh
/etc/config.sh/prefs.sh
/wmake/rules/General/mplibUSER*
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Source packages - anywhere
Mark Olesen's avatar
Mark Olesen committed
*.tar.xz
Andrew Heather's avatar
Andrew Heather committed
*.tar
Andrew Heather's avatar
Andrew Heather committed
*.gtgz
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Ignore the persistent .build tag in the main directory
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Ignore .timeStamp in the main directory
/.timeStamp
OpenFOAM-admin's avatar
OpenFOAM-admin committed
# Ignore .tags in the main directory
henry's avatar
henry committed

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