Expand 'ignore' list with a few more auto-generated files.
This commit is contained in:
12
.hgignore
12
.hgignore
@@ -1,8 +1,17 @@
|
|||||||
syntax: glob
|
syntax: glob
|
||||||
|
|
||||||
Makefile.in
|
# Compiler output and editor autosave files
|
||||||
|
*~
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
a.out
|
||||||
|
|
||||||
|
# Automatically generated output from the Autotools
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te*
|
autom4te*
|
||||||
|
autoscan.*
|
||||||
config.*
|
config.*
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
@@ -11,3 +20,4 @@ ltmain.sh
|
|||||||
m4/libtool.m4
|
m4/libtool.m4
|
||||||
m4/lt*.m4
|
m4/lt*.m4
|
||||||
missing
|
missing
|
||||||
|
Makefile.in
|
||||||
|
|||||||
Reference in New Issue
Block a user