Przeglądaj źródła

chore: updated some .gitignore files

skoupidi 2 lat temu
rodzic
commit
fbcebe5e43
3 zmienionych plików z 4 dodań i 3 usunięć
  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__