diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 19:26:12 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 19:26:12 +0200 |
| commit | 32d040abb65d323ed590716254a35d5d0afaad1a (patch) | |
| tree | 076020c9d6495ed15cedd109a9f636b0205d594f | |
| parent | Added zenstore-test test driver for zenstore tests (diff) | |
| download | zen-32d040abb65d323ed590716254a35d5d0afaad1a.tar.xz zen-32d040abb65d323ed590716254a35d5d0afaad1a.zip | |
Added generated makefiles to .gitignore
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index df6c1a9f8..bf237a7b3 100644 --- a/.gitignore +++ b/.gitignore @@ -204,9 +204,8 @@ ServiceFabricBackup/ *.rptproj.bak - - - +# generated build files +makefile # Python Tools for Visual Studio (PTVS) __pycache__/ |