# Lines that begin with '#' are comments.

# Ignore foo.txt file
#foo.txt

# Ignore all html file
#*.html

# except foo.html which is maintain by hand
#!foo.html

# Ignore all objets and archives
#*.[oa]


########## GITIGNORE SOFA ##############

# vim journal files
.*.swp
.*.swo

# git diff temporary files
*.orig

# Backup files
*~

# Python byte code
*.pyc

# Files generated by OS X
.DS_Store

# Misc
/applications/plugins/EmptyPlugin
/applications-dev

# Files created by QtCreator
CMakeLists.txt.user*
CMakeFiles/

# custom cmake file
custom.cmake

# config for cdash server
CTestConfig.cmake

# anything user-specific (as opposed to repository-specific) should go
# to .git/info/exclude instead of .gitignore. Also, .gitignore files
# can be placed in sub-directories to avoid polluting the root one.

