diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-08 12:59:34 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-05-08 12:59:34 -0400 |
| commit | 2380dd4d73cd6a179567e06e1aa4871ad44ccce3 (patch) | |
| tree | ae30699e00fb99870a7ef94a437a5fd7a03bc5b0 /.gitignore | |
| parent | f7d90b3c6d9792e13f7c989e449706c04609f092 (diff) | |
| download | dynamic-extension-2380dd4d73cd6a179567e06e1aa4871ad44ccce3.tar.gz | |
gitignore file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0bf17f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.ccls +.ccls-cache +build/* +lib/* +bin/* + +tests/data + +.vscode |