Added .hgignore file.
This commit is contained in:
parent
789217900e
commit
976e12ca8b
40
.hgignore
Normal file
40
.hgignore
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# use shell glob syntax for wildcards etc.
|
||||||
|
syntax: glob
|
||||||
|
|
||||||
|
# General patterns
|
||||||
|
*~
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
.libs
|
||||||
|
.deps
|
||||||
|
*.pc
|
||||||
|
stamp-*
|
||||||
|
*.aux
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Some more files generated by autotools.
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
Doxyfile
|
||||||
|
Doxyfile.in
|
||||||
|
aclocal.m4
|
||||||
|
am
|
||||||
|
autom4te.cache
|
||||||
|
config.h.in
|
||||||
|
config.h
|
||||||
|
configure
|
||||||
|
config.log
|
||||||
|
config.guess
|
||||||
|
config.sub
|
||||||
|
config.status
|
||||||
|
config.lt
|
||||||
|
dependencies.m4
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
|
||||||
|
# Ignoring executables
|
||||||
|
*_test
|
Loading…
Reference in New Issue
Block a user