diff options
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 590f38abc..f84d4d94e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ [Rr]eleases/ x64/ x86/ -bld/ [Bb]in/ [Oo]bj/ [Ll]og/ @@ -204,14 +203,10 @@ ServiceFabricBackup/ *.rptproj.bak -# generated build files -makefile - # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc - /vcpkg_installed .data/ .minio_data/ @@ -226,4 +221,6 @@ tags !tags/ /compile_commands.json +# generated build files +makefile /vsxmake*/ |