Revision 0bf24b5f3655c8c79d8a6510d0da60dffaa496c3 authored by Daniel Lee on 17 June 2016, 14:32:00 UTC, committed by GitHub on 17 June 2016, 14:32:00 UTC
2 parent s 7482a5c + 771a241
Raw File
.gitignore
# tests
/test/*/*/*/*/*/*
/test/*/*/*/*/*
/test/*/*/*/*
/test/*/*/*
/test/*/*
/test/*
!/test/*/*/*/*/*/*/
!/test/*/*/*/*/*/
!/test/*/*/*/*/
!/test/*/*/*/
!/test/*/*/
!/test/*/
!/test/*/*/*/*/*/*.*
!/test/*/*/*/*/*.*
!/test/*/*/*/*.*
!/test/*/*/*.*
!/test/*/*.*
!/test/*.*
/test/**/*_generated_*_test.cpp
/test/**/*.xml
/test/dummy.cpp

# other binary
*.o
*.exe
*.a

# /doc/
/doc/api
/doc/*.pdf
/doc/*.txt

# temporary latex files
*.idx
*.ilg
*.ind
*.fdb_latexmk
*.fls

# temporary emacs files
*~
\#*#

# depedencies files
*.d
*.d.*
.Rproj.user
.kdev4/
.Rapp.history


# For the Mac
*.DS_Store

# local make include
/make/local
back to top