File: .gitignore

package info (click to toggle)
cppad 2019.02.00.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,292 kB
  • sloc: cpp: 83,456; sh: 8,581; makefile: 1,464; python: 327; ansic: 177
file content (34 lines) | stat: -rw-r--r-- 863 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ----------------------------------------------------------------------------
# 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/
# ----------------------------------------------------------------------------
# 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.*