diff options
| author | Po Lu | 2025-02-24 21:06:41 +0800 |
|---|---|---|
| committer | Po Lu | 2025-02-25 09:15:35 +0800 |
| commit | 99d116a8f41c29193cb41d0cde24a7051237ecf4 (patch) | |
| tree | ad58d912e6c4f7f8aa3c735202e0bbda3db97d80 | |
| parent | 08077788dbcc535e8840495d62cee79434766b3d (diff) | |
| download | emacs-99d116a8f41c29193cb41d0cde24a7051237ecf4.tar.gz emacs-99d116a8f41c29193cb41d0cde24a7051237ecf4.zip | |
; * .gitignore: Add new VCS ignores.
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e6309ed0b1f..ea942b86f80 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -203,6 +203,11 @@ test/manual/indent/*.new | |||
| 203 | test/lisp/gnus/mml-sec-resources/random_seed | 203 | test/lisp/gnus/mml-sec-resources/random_seed |
| 204 | test/lisp/play/fortune-resources/fortunes.dat | 204 | test/lisp/play/fortune-resources/fortunes.dat |
| 205 | test/**/*.xml | 205 | test/**/*.xml |
| 206 | test/infra/android/**/*.class | ||
| 207 | test/infra/android/**/*.dex | ||
| 208 | test/infra/android/**/*.zip | ||
| 209 | test/infra/android/**/*.jar | ||
| 210 | test/infra/android/bin/build.sh | ||
| 206 | 211 | ||
| 207 | # ctags, etags. | 212 | # ctags, etags. |
| 208 | TAGS | 213 | TAGS |