diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-22 16:25:53 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-22 16:25:53 -0400 |
commit | 3d6678095a3553b9ab36d60e6a254acfbdc831c1 (patch) | |
tree | ec33e260e18d456ea33f4cbd1442d709e7c5947f /src/.gitignore | |
parent | a3f6e3cbd99b6394c3dc70d54f07f129b4ece70c (diff) |
.gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/.gitignore b/src/.gitignore index 60ba2e8..aa99f77 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,6 +1,4 @@ -.deps -Makefile -Makefile.in +# Add & Override for this directory and it's subdirectories deftwmrc.c gram.c gram.h |