From e4cca901ead00a8a7ca5746523aeec277cb00259 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 16 Aug 2023 20:29:23 +0000 Subject: [PATCH] gitignore: remove things that shouldn't be there upstream libsecp now has a CMakeLists.txt file. Many years ago we added some things to .gitignore which appear to be local developers committing the names of their own stray files, and now this is causing the revendoring script to lose track of vendored files. --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0658437..2c96eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,2 @@ target/ Cargo.lock - -#IntelliJ project files -.idea -*.iml - -CMakeLists.txt -cmake-build-debug