8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Do not ignore all Makefile's from the tree.

This commit is contained in:
Adriano dos Santos Fernandes 2019-08-13 12:25:40 -03:00
parent 100d7b07db
commit 60f9eb851c
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,7 +5,6 @@ output_x64/
m4/
autom4te.cache/
builds/install_images
Makefile
aclocal.m4
*.patch
*.diff
@ -19,3 +18,4 @@ libtool
src/dsql/parse.cpp
.vscode/.browse.VC.db
extern/decNumber/libdecFloat*.a
/Makefile

View File

@ -1,3 +1,4 @@
Makefile
src/*.o
src/*.d
src/*.a