Revision 83b32f9d7148e41d8dd964910ff8cc5a995d7f8f authored by Rajesh Kommu on 05 February 2014, 23:18:38 UTC, committed by Rajesh Kommu on 05 February 2014, 23:18:38 UTC
and Cookbook10 have been converted and the C versions of the config files are
located in the corresponding examples/Cookbook directory
1 parent 8fde56f
Raw File
.gitignore
# Compiled Object files
*.slo
*.lo
*.o
*.hi

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# Binary files
*.exe

# AESON files
*.aes

# LaTex stuff
*.vrb
*.aux
*.log
*.toc
*.bbl 
*.out
*.blg
*.snm
*.nav

# Archives
*.zip
*.tar
*.gz
*.bz2
*.tgz

# VTK stuff
*.pvd
*.vtu

# directories
.metadata/
.project/
.classpath/
.settings/

# android stuff / eclipse stuff
*.class
*.jar
*.project
*.classpath

back to top