diff options
| author | Jonas Kvarnström <jonas.kvarnstrom@liu.se> | 2020-12-19 12:08:25 +0100 |
|---|---|---|
| committer | Jonas Kvarnström <jonas.kvarnstrom@liu.se> | 2020-12-19 12:08:25 +0100 |
| commit | aa61d3e83d49c5f441859d51703a62a38dccdb04 (patch) | |
| tree | 29505e092fb027d0aef4019d8ac37640cd78edb6 /.gitignore | |
| parent | f7280fcfe3963f9eebbed0fc8ca7224c84325106 (diff) | |
| download | tdde30-aa61d3e83d49c5f441859d51703a62a38dccdb04.tar.gz | |
Fix .gitignore so that library definitions are not ignored.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ flycheck_*.el # Gradle .idea/**/gradle.xml -.idea/**/libraries +#.idea/**/libraries # Gradle and Maven with auto-import # When using Gradle or Maven with auto-import, you should exclude module files, |
