Skip to content

Commit 3efbeac

Browse files
committed
Update .gitignore with generated and Vim files
Ignore configure.ac and config.h.in~ generated files. Ignore Vim swap files for the case, when a file is opened several times.
1 parent 3820b83 commit 3efbeac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Makefile.in
55
/aclocal.m4
66
/compile
77
/configure
8+
/configure.ac
89
/depcomp
910
/install-sh
1011
/missing
@@ -17,6 +18,7 @@ Makefile.in
1718
/config.guess
1819
/config.h
1920
/config.h.in
21+
/config.h.in~
2022
/config.log
2123
/config.nice
2224
/config.status
@@ -43,4 +45,4 @@ debian/php5-tarantool.debhelper.log
4345
debian/php5-tarantool.substvars
4446
debian/php5-tarantool/
4547
build
46-
.*.swp
48+
.*.sw[a-z]

0 commit comments

Comments
 (0)