Skip to content

Commit d61e151

Browse files
authored
Update .gitignore to exclude .akdata/ and *.tmp (#5495)
Remove the temp files accidentally added under `tests/pandas/.akdata` in #5444, and exclude `.akdata` and `*tmp` in .gitignore to prevent new temp files from being committed.
1 parent 9fdb4bb commit d61e151

13 files changed

Lines changed: 2 additions & 16 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ arkouda_server
22
arkouda_server_real
33
arkouda_server_llvm
44
arkouda_server_llvm_real
5+
.akdata/
56
.arkouda/
67
*.log
8+
*.tmp
79
*_real
810
#*#
911
.#*

tests/pandas/.akdata/id_9joRTHi_/id_9joRTHi_21.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
-287 Bytes
Binary file not shown.

tests/pandas/.akdata/id_9joRTHi_/server.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pandas/.akdata/id_NZD0n7J_/id_NZD0n7J_21.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
-287 Bytes
Binary file not shown.

tests/pandas/.akdata/id_NZD0n7J_/server.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pandas/.akdata/id_Ux6NDMz_/id_Ux6NDMz_21.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
-287 Bytes
Binary file not shown.

tests/pandas/.akdata/id_Ux6NDMz_/server.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)