瀏覽代碼

chore: updated some .gitignore files

skoupidi 2 年之前
父節點
當前提交
fbcebe5e43
共有 3 個文件被更改,包括 4 次插入3 次删除
  1. 1 1
      bin/darkirc/.gitignore
  2. 1 0
      bin/dnet/.gitignore
  3. 2 2
      bin/tau/tau-python/.gitignore

+ 1 - 1
bin/darkirc/.gitignore

@@ -1,4 +1,4 @@
 jniLibs
 sqlcipher
 openssl
-darkirc.android64
+darkirc.aarch64-android

+ 1 - 0
bin/dnet/.gitignore

@@ -1,2 +1,3 @@
 dnet.log
 python-env
+/venv

+ 2 - 2
bin/tau/tau-python/.gitignore

@@ -1,3 +1,3 @@
 python-env
-.venv
-__pycache__
+/venv
+__pycache__