Codebase list cppad / lintian-fixes/main .gitignore
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.gitignore @lintian-fixes/mainraw · history · blame

# ----------------------------------------------------------------------------
# specific files
/aclocal.m4
/ar-lib
/autom4te.cache
/bin/test_one.sh
/include/cppad/configure.hpp
/include/cppad/local/is_pod.hpp
/doxyfile
/git_commit.sh
/test_one.cpp
/test_one.exe
# ----------------------------------------------------------------------------
# specific directories
/build/
/doxydoc/
/new/
/new.*/
# directory that is ignored by master, but not by gh-pages
/doc/
/dev/
# ----------------------------------------------------------------------------
# specific extensions in top direcotry
/*.err
/*.log
/*.warn
# ----------------------------------------------------------------------------
# vim swap files in any directory
*.swp
# ----------------------------------------------------------------------------
# junk and temp files in any directory
junk
junk.*
temp
temp.*