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.
This commit is contained in:
Andrew Poelstra 2023-08-16 20:29:23 +00:00 committed by Davidson Souza
parent 302ff20b3d
commit e4cca901ea
No known key found for this signature in database
GPG Key ID: 4D07AEA26BF3930C
1 changed files with 0 additions and 7 deletions

7
.gitignore vendored
View File

@ -1,9 +1,2 @@
target/
Cargo.lock
#IntelliJ project files
.idea
*.iml
CMakeLists.txt
cmake-build-debug