diff options
| author | Stefan Boberg <[email protected]> | 2021-11-03 14:30:00 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-11-03 14:30:00 +0100 |
| commit | d1a9261e509a189fac67b6d2a98bb13a0c05cbb0 (patch) | |
| tree | e21b065b40ba872add444b7da593f88a4f72e99d | |
| parent | Add /vsxmake* to .gitignore (diff) | |
| download | zen-d1a9261e509a189fac67b6d2a98bb13a0c05cbb0.tar.xz zen-d1a9261e509a189fac67b6d2a98bb13a0c05cbb0.zip | |
More .gitignore cleanup
| -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*/ |