Codebase list cppad / upstream/2015.00.00.1 .gitignore
upstream/2015.00.00.1

Tree @upstream/2015.00.00.1 (Download .tar.gz)

.gitignore @upstream/2015.00.00.1raw · history · blame

# top directory only
git_commit.sh
aclocal.m4
ar-lib
autom4te.cache
build
commit.sh.old
doc
doxydoc
cppad/configure.hpp
# all directories
*.err
*/*.err
*/*/*.err
*.log
*/*.log
*/*/*.log
*.swp
*/*.swp
*/*/*.swp
*.tmp
*/*.tmp
*/*/*.tmp
build
*/build
*/*/build
new
*/new
*/*/new
test_one.exe
*/test_one.exe
*/*/test_one.exe
test_one.sh
*/test_one.sh
*/*/test_one.sh
test_one.cpp
*/test_one.cpp
*/*/test_one.cpp
# all directions with and without extension
doxyfile
doxyfile.*
*/doxyfile
*/doxyfile.*
*/*/doxyfile
*/*/doxyfile.*
junk
junk.*
*/junk
*/junk.*
*/*/junk
*/*/junk.*
temp
temp.*
*/temp
*/temp.*
*/*/temp
*/*/temp.*