diff options
| author | J08nY | 2017-02-06 04:20:56 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-06 04:20:56 +0100 |
| commit | 96bf13d11b595aabf514c706adcf57aefc660a1f (patch) | |
| tree | 995e149e650bc4981bb8ca05862a028be03a7827 /.gitignore | |
| parent | 763fc80153c5e9287f1b0f0609b11fb4f50c90ab (diff) | |
| download | ecgen-96bf13d11b595aabf514c706adcf57aefc660a1f.tar.gz ecgen-96bf13d11b595aabf514c706adcf57aefc660a1f.tar.zst ecgen-96bf13d11b595aabf514c706adcf57aefc660a1f.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,8 +1,6 @@ ### Custom -*.curves -ecgen data/ - +src/ecgen ### C template # Prerequisites @@ -81,7 +79,7 @@ dkms.conf .idea/mongoSettings.xml ## CMake -cmake-build-debug/ +build/ ## File-based project format: *.iws |
